|
|
@@ -161,9 +161,9 @@ checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
|
|
|
|
|
|
[[package]]
|
|
|
name = "bumpalo"
|
|
|
-version = "3.16.0"
|
|
|
+version = "3.17.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
|
|
+checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
|
|
|
|
|
|
[[package]]
|
|
|
name = "by_address"
|
|
|
@@ -510,7 +510,19 @@ checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
|
|
dependencies = [
|
|
|
"cfg-if",
|
|
|
"libc",
|
|
|
- "wasi",
|
|
|
+ "wasi 0.11.0+wasi-snapshot-preview1",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "getrandom"
|
|
|
+version = "0.3.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if",
|
|
|
+ "libc",
|
|
|
+ "wasi 0.13.3+wasi-0.2.2",
|
|
|
+ "windows-targets",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
@@ -1216,7 +1228,7 @@ version = "0.5.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
|
|
|
dependencies = [
|
|
|
- "getrandom",
|
|
|
+ "getrandom 0.2.15",
|
|
|
"libredox",
|
|
|
"thiserror 2.0.11",
|
|
|
]
|
|
|
@@ -1277,9 +1289,9 @@ checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4"
|
|
|
|
|
|
[[package]]
|
|
|
name = "ryu"
|
|
|
-version = "1.0.18"
|
|
|
+version = "1.0.19"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
|
|
+checksum = "6ea1a2d0a644769cc99faa24c3ad26b379b786fe7c36fd3c546254801650e6dd"
|
|
|
|
|
|
[[package]]
|
|
|
name = "same-file"
|
|
|
@@ -1312,9 +1324,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "serde_json"
|
|
|
-version = "1.0.137"
|
|
|
+version = "1.0.138"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b"
|
|
|
+checksum = "d434192e7da787e94a6ea7e9670b26a036d0ca41e0b7efb2676dd32bae872949"
|
|
|
dependencies = [
|
|
|
"itoa",
|
|
|
"memchr",
|
|
|
@@ -1429,13 +1441,13 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "tempfile"
|
|
|
-version = "3.15.0"
|
|
|
+version = "3.16.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704"
|
|
|
+checksum = "38c246215d7d24f48ae091a2902398798e05d978b24315d6efbc00ede9a8bb91"
|
|
|
dependencies = [
|
|
|
"cfg-if",
|
|
|
"fastrand",
|
|
|
- "getrandom",
|
|
|
+ "getrandom 0.3.1",
|
|
|
"once_cell",
|
|
|
"rustix",
|
|
|
"windows-sys 0.59.0",
|
|
|
@@ -1590,9 +1602,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "unicode-ident"
|
|
|
-version = "1.0.14"
|
|
|
+version = "1.0.16"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
|
|
|
+checksum = "a210d160f08b701c8721ba1c726c11662f877ea6b7094007e1ca9a1041945034"
|
|
|
|
|
|
[[package]]
|
|
|
name = "unicode-width"
|
|
|
@@ -1691,6 +1703,15 @@ version = "0.11.0+wasi-snapshot-preview1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "wasi"
|
|
|
+version = "0.13.3+wasi-0.2.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
|
|
|
+dependencies = [
|
|
|
+ "wit-bindgen-rt",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "wasm-bindgen"
|
|
|
version = "0.2.100"
|
|
|
@@ -1883,13 +1904,22 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
|
|
|
|
[[package]]
|
|
|
name = "winnow"
|
|
|
-version = "0.6.24"
|
|
|
+version = "0.6.25"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c8d71a593cc5c42ad7876e2c1fda56f314f3754c084128833e64f1345ff8a03a"
|
|
|
+checksum = "ad699df48212c6cc6eb4435f35500ac6fd3b9913324f938aea302022ce19d310"
|
|
|
dependencies = [
|
|
|
"memchr",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "wit-bindgen-rt"
|
|
|
+version = "0.33.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
|
|
|
+dependencies = [
|
|
|
+ "bitflags",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "write16"
|
|
|
version = "1.0.0"
|