mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-09 01:59:16 +08:00
chore(deps): bump bson from 2.12.0 to 2.13.0 (#1658)
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -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 }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user