mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-22 16:35:33 +00:00
Fix cargo deny
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -4547,9 +4547,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "webc"
|
||||
version = "3.0.0"
|
||||
version = "3.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "646280298fa6a3203973571aa7b2d73ba23a0059dae5b90c4112d744a617c878"
|
||||
checksum = "ef87e7b955d5d1feaa8697ae129f1a9ce8859e151574ad3baceae9413b48d2f0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base64",
|
||||
|
@ -105,7 +105,7 @@ confidence-threshold = 0.8
|
||||
exceptions = [
|
||||
# Each entry is the crate and version constraint, and its specific allow
|
||||
# list
|
||||
#{ allow = ["Zlib"], name = "adler32", version = "*" },
|
||||
{ allow = ["LicenseRef-LICENSE.txt"], name = "webc", version = "*" },
|
||||
]
|
||||
|
||||
# Some crates don't have (easily) machine readable licensing information,
|
||||
|
@ -32,7 +32,7 @@ wasmer-middlewares = { version = "=3.0.0-rc.1", path = "../middlewares", optiona
|
||||
wasmer-wasi = { version = "=3.0.0-rc.1", path = "../wasi", default-features = false, features = ["host-fs", "sys"], optional = true }
|
||||
wasmer-types = { version = "=3.0.0-rc.1", path = "../types" }
|
||||
wasmer-vfs = { version = "=3.0.0-rc.1", path = "../vfs", optional = true, default-features = false, features = ["static-fs"] }
|
||||
webc = { version = "3.0.0", optional = true }
|
||||
webc = { version = "3.0.1", optional = true }
|
||||
enumset = "1.0.2"
|
||||
cfg-if = "1.0"
|
||||
lazy_static = "1.4"
|
||||
|
@ -66,7 +66,7 @@ regex = "1.6.0"
|
||||
toml = "0.5.9"
|
||||
url = "2.3.1"
|
||||
nuke-dir = { version = "0.1.0", optional = true }
|
||||
webc = { version = "3.0.0", optional = true }
|
||||
webc = { version = "3.0.1", optional = true }
|
||||
|
||||
[build-dependencies]
|
||||
chrono = { version = "^0.4", default-features = false, features = [ "std", "clock" ] }
|
||||
|
@ -13,7 +13,7 @@ tracing = { version = "0.1" }
|
||||
typetag = { version = "0.1", optional = true }
|
||||
serde = { version = "1.0", default-features = false, features = ["derive"], optional = true }
|
||||
slab = { version = "0.4", optional = true }
|
||||
webc = { version = "3.0.0", optional = true }
|
||||
webc = { version = "3.0.1", optional = true }
|
||||
anyhow = { version = "1.0.66", optional = true }
|
||||
|
||||
[features]
|
||||
|
@ -28,7 +28,7 @@ bincode = { version = "1.3", optional = true }
|
||||
chrono = { version = "^0.4", default-features = false, features = [ "wasmbind", "std", "clock" ], optional = true }
|
||||
derivative = { version = "^2" }
|
||||
bytes = "1"
|
||||
webc = { version = "3.0.0", optional = true, default-features = false, features = ["std", "mmap"] }
|
||||
webc = { version = "3.0.1", optional = true, default-features = false, features = ["std", "mmap"] }
|
||||
serde_cbor = { version = "0.11.2", optional = true }
|
||||
nuke-dir = { version = "0.1.0", optional = true }
|
||||
anyhow = { version = "1.0.66", optional = true }
|
||||
|
Reference in New Issue
Block a user