diff --git a/Cargo.lock b/Cargo.lock index 59e0531..b8fa8b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -155,9 +155,9 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" [[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 = "cc" diff --git a/Cargo.toml b/Cargo.toml index c0a2a1f..988c6c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ atom_syndication = "0.12" reqwest = { version = "0.12", features = ["json", "blocking"] } scraper = "0.19" clap = {version = "4.5", features = ["derive"]} -bytes = "1.5" +bytes = "1.6" anyhow = "1.0" [dev-dependencies]