Update Rust crate bytes to 1.5
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful

This commit is contained in:
Renovate Bot 2024-01-23 19:00:34 +00:00
parent 8f47820b8e
commit 7d4ec75b04
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -156,9 +156,9 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "bytes"
version = "1.4.0"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
[[package]]
name = "cc"

View file

@ -10,7 +10,7 @@ atom_syndication = "0.12"
reqwest = { version = "0.11", features = ["json", "blocking"] }
scraper = "0.18"
clap = {version = "4.3", features = ["derive"]}
bytes = "1.4"
bytes = "1.5"
anyhow = "1.0"
[dev-dependencies]