|
|
@@ -540,18 +540,20 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "bson"
|
|
|
-version = "2.13.0"
|
|
|
+version = "2.15.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "068208f2b6fcfa27a7f1ee37488d2bb8ba2640f68f5475d08e1d9130696aba59"
|
|
|
+checksum = "7969a9ba84b0ff843813e7249eed1678d9b6607ce5a3b8f0a47af3fcf7978e6e"
|
|
|
dependencies = [
|
|
|
"ahash",
|
|
|
- "base64 0.13.1",
|
|
|
+ "base64 0.22.1",
|
|
|
"bitvec",
|
|
|
+ "getrandom 0.2.10",
|
|
|
+ "getrandom 0.3.1",
|
|
|
"hex",
|
|
|
"indexmap 2.7.1",
|
|
|
"js-sys",
|
|
|
"once_cell",
|
|
|
- "rand 0.8.5",
|
|
|
+ "rand 0.9.0",
|
|
|
"serde",
|
|
|
"serde_bytes",
|
|
|
"serde_json",
|
|
|
@@ -1174,8 +1176,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
|
|
|
dependencies = [
|
|
|
"cfg-if",
|
|
|
+ "js-sys",
|
|
|
"libc",
|
|
|
"wasi 0.13.3+wasi-0.2.2",
|
|
|
+ "wasm-bindgen",
|
|
|
"windows-targets 0.52.6",
|
|
|
]
|
|
|
|
|
|
@@ -1609,10 +1613,11 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "js-sys"
|
|
|
-version = "0.3.64"
|
|
|
+version = "0.3.81"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
|
|
|
+checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305"
|
|
|
dependencies = [
|
|
|
+ "once_cell",
|
|
|
"wasm-bindgen",
|
|
|
]
|
|
|
|
|
|
@@ -1824,9 +1829,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "mongodb"
|
|
|
-version = "3.2.1"
|
|
|
+version = "3.2.5"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9a93560fa3ec754ed9aa0954ae8307c5997150dbba7aa735173b514660088475"
|
|
|
+checksum = "f6e3788f35159bbcf461227af84711950525343b64451fdd90de4e237a0b8a13"
|
|
|
dependencies = [
|
|
|
"async-trait",
|
|
|
"base64 0.13.1",
|
|
|
@@ -1856,7 +1861,7 @@ dependencies = [
|
|
|
"serde",
|
|
|
"serde_bytes",
|
|
|
"serde_with",
|
|
|
- "sha-1",
|
|
|
+ "sha1",
|
|
|
"sha2",
|
|
|
"socket2 0.5.8",
|
|
|
"stringprep",
|
|
|
@@ -1873,9 +1878,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "mongodb-internal-macros"
|
|
|
-version = "3.2.1"
|
|
|
+version = "3.3.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "79b3dace6c4f33db61d492b3d3b02f4358687a1eb59457ffef6f6cfe461cdb54"
|
|
|
+checksum = "63981427a0f26b89632fd2574280e069d09fb2912a3138da15de0174d11dd077"
|
|
|
dependencies = [
|
|
|
"macro_magic",
|
|
|
"proc-macro2",
|
|
|
@@ -2347,6 +2352,12 @@ dependencies = [
|
|
|
"untrusted 0.9.0",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "rustversion"
|
|
|
+version = "1.0.22"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "ryu"
|
|
|
version = "1.0.14"
|
|
|
@@ -2458,17 +2469,6 @@ dependencies = [
|
|
|
"syn 2.0.98",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "sha-1"
|
|
|
-version = "0.10.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
- "cpufeatures",
|
|
|
- "digest",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "sha1"
|
|
|
version = "0.10.5"
|
|
|
@@ -3054,6 +3054,7 @@ checksum = "d023da39d1fde5a8a3fe1f3e01ca9632ada0a63e9797de55a879d6e2236277be"
|
|
|
dependencies = [
|
|
|
"getrandom 0.2.10",
|
|
|
"serde",
|
|
|
+ "wasm-bindgen",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
@@ -3128,23 +3129,25 @@ checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
|
|
|
|
|
|
[[package]]
|
|
|
name = "wasm-bindgen"
|
|
|
-version = "0.2.87"
|
|
|
+version = "0.2.104"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
|
|
|
+checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d"
|
|
|
dependencies = [
|
|
|
"cfg-if",
|
|
|
+ "once_cell",
|
|
|
+ "rustversion",
|
|
|
"wasm-bindgen-macro",
|
|
|
+ "wasm-bindgen-shared",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "wasm-bindgen-backend"
|
|
|
-version = "0.2.87"
|
|
|
+version = "0.2.104"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
|
|
|
+checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19"
|
|
|
dependencies = [
|
|
|
"bumpalo",
|
|
|
"log",
|
|
|
- "once_cell",
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
|
"syn 2.0.98",
|
|
|
@@ -3153,9 +3156,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "wasm-bindgen-macro"
|
|
|
-version = "0.2.87"
|
|
|
+version = "0.2.104"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
|
|
|
+checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119"
|
|
|
dependencies = [
|
|
|
"quote",
|
|
|
"wasm-bindgen-macro-support",
|
|
|
@@ -3163,9 +3166,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "wasm-bindgen-macro-support"
|
|
|
-version = "0.2.87"
|
|
|
+version = "0.2.104"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
|
|
|
+checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7"
|
|
|
dependencies = [
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
|
@@ -3176,9 +3179,12 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "wasm-bindgen-shared"
|
|
|
-version = "0.2.87"
|
|
|
+version = "0.2.104"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
|
|
|
+checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1"
|
|
|
+dependencies = [
|
|
|
+ "unicode-ident",
|
|
|
+]
|
|
|
|
|
|
[[package]]
|
|
|
name = "web-sys"
|