diff --git a/Cargo.lock b/Cargo.lock index 93819fe..e6a80f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -218,9 +218,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.8.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da" +checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" [[package]] name = "cc" diff --git a/Cargo.toml b/Cargo.toml index 2834bb3..030cf4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ nix = "0.29.0" ctrlc = { version = "3.4.5", features = ["termination"] } tokio-postgres = { version = "0.7.12", features = ["with-chrono-0_4", "with-uuid-1"] } deadpool-postgres = { version = "0.14.0", features = ["rt_tokio_1"] } -bytes = "1.8.0" +bytes = "1.9.0" tokio-postgres-rustls = "0.13.0" rustls = "0.23.16" chrono = "0.4.38"