diff --git a/Cargo.lock b/Cargo.lock index 53aac37f3..2e103d4d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -796,9 +796,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.5.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" +checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" [[package]] name = "c2rust-bitfields" diff --git a/clash_lib/Cargo.toml b/clash_lib/Cargo.toml index b4ce820ac..3eca1b2b9 100644 --- a/clash_lib/Cargo.toml +++ b/clash_lib/Cargo.toml @@ -17,7 +17,7 @@ thiserror = "1.0" async-trait = "0.1" anyhow = "1.0" futures = "0.3" -bytes = "1.5" +bytes = "1.6" async-recursion = "1" ipnet = "2.9" url = "2.5"