diff --git a/Cargo.lock b/Cargo.lock index c879395..d58b926 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -144,9 +144,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.7.1" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50" +checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" [[package]] name = "cc" diff --git a/mongo-protocol/Cargo.toml b/mongo-protocol/Cargo.toml index 700684b..d8c8ccc 100644 --- a/mongo-protocol/Cargo.toml +++ b/mongo-protocol/Cargo.toml @@ -15,5 +15,5 @@ bson = "1.1" byteorder = "1.3" tokio = { version = "1.34", features = ["macros", "io-util"], optional = true } async-bson = { path = "../async-bson" } -bytes = "1.7.1" +bytes = "1.11.1" tracing-test = "0.2.5" diff --git a/proxy/Cargo.toml b/proxy/Cargo.toml index dd4aba6..48e7588 100644 --- a/proxy/Cargo.toml +++ b/proxy/Cargo.toml @@ -15,7 +15,7 @@ bson = '1.1' tokio = { version = "1.34", features = ["rt-multi-thread", "net", "macros", "io-util", "sync" ] } tokio-util = { version = '0.6', features = ["io"] } tokio-stream = '0.1' -bytes = '1.0' +bytes = '1.11' tracing = "0.1" tracing-subscriber = "0.2" tracing-futures = "0.2"