diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 4d1341cff..adc8c93a9 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -683,9 +683,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.6.0" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" +checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50" [[package]] name = "c2rust-bitfields" diff --git a/rust/connlib/snownet/Cargo.toml b/rust/connlib/snownet/Cargo.toml index 6dcfe8db8..01db821a7 100644 --- a/rust/connlib/snownet/Cargo.toml +++ b/rust/connlib/snownet/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" backoff = "0.4.0" boringtun = { workspace = true } bytecodec = "0.4.15" -bytes = "1.4.0" +bytes = "1.7.1" hex = "0.4.0" hex-display = "0.3.0" ip-packet = { workspace = true } diff --git a/rust/connlib/tunnel/Cargo.toml b/rust/connlib/tunnel/Cargo.toml index 9c19cbdc2..f2a48b467 100644 --- a/rust/connlib/tunnel/Cargo.toml +++ b/rust/connlib/tunnel/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" anyhow = "1.0" bimap = "0.6" boringtun = { workspace = true } -bytes = { version = "1.4", default-features = false, features = ["std"] } +bytes = { version = "1.7", default-features = false, features = ["std"] } chrono = { workspace = true } connlib-shared = { workspace = true } domain = { workspace = true } diff --git a/rust/relay/Cargo.toml b/rust/relay/Cargo.toml index 479b19ab7..c59ccc12b 100644 --- a/rust/relay/Cargo.toml +++ b/rust/relay/Cargo.toml @@ -8,7 +8,7 @@ anyhow = "1.0.82" backoff = "0.4" base64 = "0.22.1" bytecodec = "0.4.15" -bytes = "1.4.0" +bytes = "1.7.1" clap = { version = "4.5.4", features = ["derive", "env"] } derive_more = { version = "0.99.18", features = ["from"] } firezone-bin-shared = { workspace = true }