diff --git a/Cargo.lock b/Cargo.lock index 659e78b8..e52a984e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -441,9 +441,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.7.1" +version = "1.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50" +checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3" [[package]] name = "bytestring" diff --git a/Cargo.toml b/Cargo.toml index 0ece34f8..6af25b33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ name = "hoc" actix-rt = "2.10.0" actix-web = "4.9.0" badgers = "1.2.0" -bytes = "1.7.1" +bytes = "1.7.2" config = { version = "0.14.0", features = ["toml"], default-features = false } dotenvy = "0.15.7" futures = "0.3.30"