1
0
mirror of https://github.com/containers/youki synced 2024-11-22 17:02:00 +01:00

deps: update wasi-common to 26.0.0

Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
This commit is contained in:
Yashodhan Joshi 2024-10-28 10:51:01 +05:30
parent eee6c3197a
commit c2216cd483
2 changed files with 34 additions and 192 deletions

224
Cargo.lock generated

@ -337,9 +337,9 @@ dependencies = [
[[package]]
name = "cap-fs-ext"
version = "3.0.0"
version = "3.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "769f8cd02eb04d57f14e2e371ebb533f96817f9b2525d73a5c72b61ca7973747"
checksum = "712695628f77a28acd7c9135b9f05f9c1563f8eb91b317f63876bac550032403"
dependencies = [
"cap-primitives",
"cap-std",
@ -349,9 +349,9 @@ dependencies = [
[[package]]
name = "cap-primitives"
version = "3.0.0"
version = "3.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90a0b44fc796b1a84535a63753d50ba3972c4db55c7255c186f79140e63d56d0"
checksum = "ff5bcbaf57897c8f14098cc9ad48a78052930a9948119eea01b80ca224070fa6"
dependencies = [
"ambient-authority",
"fs-set-times",
@ -366,9 +366,9 @@ dependencies = [
[[package]]
name = "cap-rand"
version = "3.0.0"
version = "3.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4327f08daac33a99bb03c54ae18c8f32c3ba31c728a33ddf683c6c6a5043de68"
checksum = "e7c780812948b31f362c3bab82d23b902529c26705d0e094888bc7fdb9656908"
dependencies = [
"ambient-authority",
"rand",
@ -376,9 +376,9 @@ dependencies = [
[[package]]
name = "cap-std"
version = "3.0.0"
version = "3.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "266626ce180cf9709f317d0bf9754e3a5006359d87f4bf792f06c9c5f1b63c0f"
checksum = "e6cf1a22e6eab501e025a9953532b1e95efb8a18d6364bf8a4a7547b30c49186"
dependencies = [
"cap-primitives",
"io-extras",
@ -388,9 +388,9 @@ dependencies = [
[[package]]
name = "cap-time-ext"
version = "3.0.0"
version = "3.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1353421ba83c19da60726e35db0a89abef984b3be183ff6f58c5b8084fcd0c5"
checksum = "1e1547a95cd071db92382c649260bcc6721879ef5d1f0f442af33bff75003dd7"
dependencies = [
"ambient-authority",
"cap-primitives",
@ -657,16 +657,6 @@ dependencies = [
"cranelift-entity 0.113.0",
]
[[package]]
name = "cranelift-bitset"
version = "0.112.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9eaa2aece6237198afd32bff57699e08d4dccb8d3902c214fc1e6ba907247ca4"
dependencies = [
"serde",
"serde_derive",
]
[[package]]
name = "cranelift-bitset"
version = "0.113.0"
@ -706,7 +696,7 @@ checksum = "900a19b84545924f1851cbfe386962edfc4ecbc3366a254825cf1ecbcda8ba08"
dependencies = [
"bumpalo",
"cranelift-bforest 0.113.0",
"cranelift-bitset 0.113.0",
"cranelift-bitset",
"cranelift-codegen-meta 0.113.0",
"cranelift-codegen-shared 0.113.0",
"cranelift-control",
@ -780,24 +770,13 @@ version = "0.91.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a59bcbca89c3f1b70b93ab3cbba5e5e0cbf3e63dadb23c7525cb142e21a9d4c"
[[package]]
name = "cranelift-entity"
version = "0.112.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14ebe592a2f81af9237cf9be29dd3854ecb72108cfffa59e85ef12389bf939e3"
dependencies = [
"cranelift-bitset 0.112.2",
"serde",
"serde_derive",
]
[[package]]
name = "cranelift-entity"
version = "0.113.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2d770e6605eccee15b49decdd82cd26f2b6404767802471459ea49c57379a98"
dependencies = [
"cranelift-bitset 0.113.0",
"cranelift-bitset",
"serde",
"serde_derive",
]
@ -1577,12 +1556,6 @@ version = "0.28.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
[[package]]
name = "gimli"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
[[package]]
name = "gimli"
version = "0.31.1"
@ -1675,12 +1648,6 @@ dependencies = [
"unicode-segmentation",
]
[[package]]
name = "heck"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
[[package]]
name = "heck"
version = "0.5.0"
@ -2954,7 +2921,7 @@ version = "26.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d68c610ff29655a42eeef41a5b5346e714586971a7d927739477e552fe7e23e3"
dependencies = [
"cranelift-bitset 0.113.0",
"cranelift-bitset",
"log",
"sptr",
]
@ -4686,9 +4653,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wasi-common"
version = "25.0.2"
version = "26.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f1e63f999ecfdd96d64d35b39d0577318d9d2eae2d41603d4befda3b3dfe252"
checksum = "30736986c56db528f8086cc81e56abcde4d0c682084cfd9ea37c7237adccde14"
dependencies = [
"anyhow",
"bitflags 2.6.0",
@ -4705,9 +4672,9 @@ dependencies = [
"system-interface",
"thiserror",
"tracing",
"wasmtime 25.0.2",
"wasmtime",
"wiggle",
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]
@ -5123,20 +5090,6 @@ dependencies = [
"url",
]
[[package]]
name = "wasmparser"
version = "0.217.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca917a21307d3adf2b9857b94dd05ebf8496bdcff4437a9b9fb3899d3e6c74e7"
dependencies = [
"ahash 0.8.11",
"bitflags 2.6.0",
"hashbrown 0.14.3",
"indexmap 2.2.6",
"semver 1.0.22",
"serde",
]
[[package]]
name = "wasmparser"
version = "0.218.0"
@ -5172,44 +5125,6 @@ dependencies = [
"wasmparser 0.218.0",
]
[[package]]
name = "wasmtime"
version = "25.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef01f9cb9636ed42a7ec5a09d785c0643590199dc7372dc22c7e2ba7a31a97d4"
dependencies = [
"anyhow",
"bitflags 2.6.0",
"bumpalo",
"cc",
"cfg-if",
"hashbrown 0.14.3",
"indexmap 2.2.6",
"libc",
"libm",
"log",
"mach2",
"memfd",
"object 0.36.0",
"once_cell",
"paste",
"postcard",
"psm",
"rustix",
"serde",
"serde_derive",
"smallvec",
"sptr",
"target-lexicon",
"wasmparser 0.217.0",
"wasmtime-asm-macros 25.0.2",
"wasmtime-environ 25.0.2",
"wasmtime-jit-icache-coherence 25.0.2",
"wasmtime-slab 25.0.2",
"wasmtime-versioned-export-macros 25.0.2",
"windows-sys 0.52.0",
]
[[package]]
name = "wasmtime"
version = "26.0.0"
@ -5256,11 +5171,11 @@ dependencies = [
"wasmtime-component-macro",
"wasmtime-component-util",
"wasmtime-cranelift",
"wasmtime-environ 26.0.0",
"wasmtime-environ",
"wasmtime-fiber",
"wasmtime-jit-debug",
"wasmtime-jit-icache-coherence 26.0.0",
"wasmtime-slab 26.0.0",
"wasmtime-jit-icache-coherence",
"wasmtime-slab",
"wasmtime-versioned-export-macros 26.0.0",
"wasmtime-winch",
"wat",
@ -5276,15 +5191,6 @@ dependencies = [
"cfg-if",
]
[[package]]
name = "wasmtime-asm-macros"
version = "25.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba5b20797419d6baf2296db2354f864e8bb3447cacca9d151ce7700ae08b4460"
dependencies = [
"cfg-if",
]
[[package]]
name = "wasmtime-asm-macros"
version = "26.0.0"
@ -5356,31 +5262,10 @@ dependencies = [
"target-lexicon",
"thiserror",
"wasmparser 0.218.0",
"wasmtime-environ 26.0.0",
"wasmtime-environ",
"wasmtime-versioned-export-macros 26.0.0",
]
[[package]]
name = "wasmtime-environ"
version = "25.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84b72debe8899f19bedf66f7071310f06ef62de943a1369ba9b373613e77dd3d"
dependencies = [
"anyhow",
"cranelift-bitset 0.112.2",
"cranelift-entity 0.112.2",
"gimli 0.29.0",
"indexmap 2.2.6",
"log",
"object 0.36.0",
"postcard",
"serde",
"serde_derive",
"target-lexicon",
"wasmparser 0.217.0",
"wasmtime-types",
]
[[package]]
name = "wasmtime-environ"
version = "26.0.0"
@ -5389,7 +5274,7 @@ checksum = "f3444c1759d5b906ff76a3cab073dd92135bdd06e5d1f46635ec40a58207d314"
dependencies = [
"anyhow",
"cpp_demangle",
"cranelift-bitset 0.113.0",
"cranelift-bitset",
"cranelift-entity 0.113.0",
"gimli 0.31.1",
"indexmap 2.2.6",
@ -5435,18 +5320,6 @@ dependencies = [
"wasmtime-versioned-export-macros 26.0.0",
]
[[package]]
name = "wasmtime-jit-icache-coherence"
version = "25.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d930bc1325bc0448be6a11754156d770f56f6c3a61f440e9567f36cd2ea3065"
dependencies = [
"anyhow",
"cfg-if",
"libc",
"windows-sys 0.52.0",
]
[[package]]
name = "wasmtime-jit-icache-coherence"
version = "26.0.0"
@ -5459,32 +5332,12 @@ dependencies = [
"windows-sys 0.59.0",
]
[[package]]
name = "wasmtime-slab"
version = "25.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "055a181b8d03998511294faea14798df436503f14d7fd20edcf7370ec583e80a"
[[package]]
name = "wasmtime-slab"
version = "26.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "339c9a2a62b989a3184baff31be3a5b5256ad52629634eb432f9ccf0ab251f83"
[[package]]
name = "wasmtime-types"
version = "25.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8340d976673ac3fdacac781f2afdc4933920c1adc738c3409e825dab3955399"
dependencies = [
"anyhow",
"cranelift-entity 0.112.2",
"serde",
"serde_derive",
"smallvec",
"wasmparser 0.217.0",
]
[[package]]
name = "wasmtime-versioned-export-macros"
version = "14.0.4"
@ -5496,17 +5349,6 @@ dependencies = [
"syn 2.0.82",
]
[[package]]
name = "wasmtime-versioned-export-macros"
version = "25.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4b0c1f76891f778db9602ee3fbb4eb7e9a3f511847d1fb1b69eddbcea28303c"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.82",
]
[[package]]
name = "wasmtime-versioned-export-macros"
version = "26.0.0"
@ -5531,7 +5373,7 @@ dependencies = [
"target-lexicon",
"wasmparser 0.218.0",
"wasmtime-cranelift",
"wasmtime-environ 26.0.0",
"wasmtime-environ",
"winch-codegen",
]
@ -5658,27 +5500,27 @@ dependencies = [
[[package]]
name = "wiggle"
version = "25.0.2"
version = "26.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4ebee2be6b561d1fe91b37e960c02baa94cdee29af863f5f26a0637f344f27a"
checksum = "c62986dac93e6de4e542c9861e0bfb375a796e880938bb2f5833a7dfaed07352"
dependencies = [
"anyhow",
"async-trait",
"bitflags 2.6.0",
"thiserror",
"tracing",
"wasmtime 25.0.2",
"wasmtime",
"wiggle-macro",
]
[[package]]
name = "wiggle-generate"
version = "25.0.2"
version = "26.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97c4a32959189041ccb260e6dfa7fcf907e665166e755a6a681c32423c90e45f"
checksum = "0b7602686d5d43b23ae28ad5d730921064b634ae6a9d78e8dbdc595326319232"
dependencies = [
"anyhow",
"heck 0.4.1",
"heck 0.5.0",
"proc-macro2",
"quote",
"shellexpand",
@ -5688,9 +5530,9 @@ dependencies = [
[[package]]
name = "wiggle-macro"
version = "25.0.2"
version = "26.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e1c266e16c4b24a29e055ec651e27fce1389c886bb00fbe78b8924a253a439b"
checksum = "a376173abfaaa6cebf8aedd03366fcd528db2b8f5ccc3f422102a3f4014c3855"
dependencies = [
"proc-macro2",
"quote",
@ -5743,7 +5585,7 @@ dependencies = [
"target-lexicon",
"wasmparser 0.218.0",
"wasmtime-cranelift",
"wasmtime-environ 26.0.0",
"wasmtime-environ",
]
[[package]]
@ -6077,7 +5919,7 @@ dependencies = [
"wasmedge-sdk",
"wasmer",
"wasmer-wasix",
"wasmtime 26.0.0",
"wasmtime",
]
[[package]]

@ -44,7 +44,7 @@ wasmer = { version = "4.0.0", optional = true }
wasmer-wasix = { version = "0.9.0", optional = true }
wasmedge-sdk = { version = "0.14.0", optional = true }
wasmtime = { version = "26.0.0", optional = true }
wasi-common = { version = "25.0.2", optional = true }
wasi-common = { version = "26.0.0", optional = true }
tracing = { version = "0.1.40", features = ["attributes"] }
tracing-subscriber = { version = "0.3.18", features = ["json", "env-filter"] }
tracing-journald = "0.3.0"