chore(deps): bump bson from 2.12.0 to 2.13.0 (#1658)

This commit is contained in:
dependabot[bot]
2024-09-22 02:25:00 +00:00
committed by GitHub
parent d0c117353d
commit 609a238ab3
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -399,9 +399,9 @@ dependencies = [
[[package]]
name = "bson"
version = "2.12.0"
version = "2.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80cf6f7806607bd58ad490bab34bf60e25455ea4aaf995f897a13324d41ea580"
checksum = "068208f2b6fcfa27a7f1ee37488d2bb8ba2640f68f5475d08e1d9130696aba59"
dependencies = [
"ahash",
"base64 0.13.1",

View File

@@ -203,7 +203,7 @@ smoltcp = { version = "0.11", optional = true, default-features = false, feature
serde = { version = "1.0", features = ["derive"] }
json5 = "0.4"
bson = { version = "2.12.0", optional = true }
bson = { version = "2.13.0", optional = true }
shadowsocks = { version = "1.20.2", path = "../shadowsocks", default-features = false }