diff --git a/Cargo.lock b/Cargo.lock index 91db8c9..fc0ab90 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -209,9 +209,9 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" [[package]] name = "bytes" -version = "1.2.1" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db" +checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c" [[package]] name = "c_fixed_string" diff --git a/Cargo.toml b/Cargo.toml index 191a82a..fae8c11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ anyhow = { version = "1.0", optional = true } async-trait = { version = "0.1", optional = true } atty = "0.2" base64 = { version = "0.13", optional = true } -bytes = { version = "1.2", optional = true } +bytes = { version = "1.3", optional = true } c_fixed_string = { version = "0.2", optional = true } cfg-if = "1" chrono = "0.4"