diff --git a/Cargo.lock b/Cargo.lock index b377816..e1660e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -411,9 +411,9 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" [[package]] name = "bytes" -version = "1.1.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8" +checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" [[package]] name = "bzip2" diff --git a/Cargo.toml b/Cargo.toml index 6501b98..d07add7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0" async-trait = "0.1" backoff = { version = "0.4", features = ["tokio"] } base16ct = { version = "0.1", features = ["std"] } -bytes = "1.1" +bytes = "1.9" camino = "1.0" clap = { version = "3.1", features = ["default", "derive", "env"] } color-eyre = "0.6"