diff --git a/editoast/Cargo.lock b/editoast/Cargo.lock index 32ee6d62f85..7cde935e5c0 100644 --- a/editoast/Cargo.lock +++ b/editoast/Cargo.lock @@ -3206,11 +3206,11 @@ dependencies = [ [[package]] name = "postgres-protocol" -version = "0.6.6" +version = "0.6.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49b6c5ef183cd3ab4ba005f1ca64c21e8bd97ce4699cfea9e8d9a2c4958ca520" +checksum = "acda0ebdebc28befa84bee35e651e4c5f09073d668c7aed4cf7e23c3cda84b23" dependencies = [ - "base64 0.21.7", + "base64 0.22.1", "byteorder", "bytes", "fallible-iterator", @@ -3224,9 +3224,9 @@ dependencies = [ [[package]] name = "postgres-types" -version = "0.2.6" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d2234cdee9408b523530a9b6d2d6b373d1db34f6a8e51dc03ded1828d7fb67c" +checksum = "02048d9e032fb3cc3413bbf7b83a15d84a5d419778e2628751896d856498eee9" dependencies = [ "bytes", "fallible-iterator", @@ -4431,9 +4431,9 @@ dependencies = [ [[package]] name = "tokio-postgres" -version = "0.7.10" +version = "0.7.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d340244b32d920260ae7448cb72b6e238bddc3d4f7603394e7dd46ed8e48f5b8" +checksum = "03adcf0147e203b6032c0b2d30be1415ba03bc348901f3ff1cc0df6a733e60c3" dependencies = [ "async-trait", "byteorder", diff --git a/editoast/Cargo.toml b/editoast/Cargo.toml index 49702a6227e..0e203a46116 100644 --- a/editoast/Cargo.toml +++ b/editoast/Cargo.toml @@ -56,7 +56,7 @@ strum = { version = "0.26.3", features = ["derive"] } tempfile = "3.10.1" thiserror = "1.0.62" tokio = { version = "1.38.1", features = ["macros", "rt-multi-thread"] } -tokio-postgres = "0.7.10" +tokio-postgres = "0.7.11" tracing = { version = "0.1.40", features = ["log"] } url = { version = "2.5.2", features = ["serde"] } utoipa = { version = "4.2.3", features = ["actix_extras", "chrono", "uuid"] }