diff --git a/Cargo.lock b/Cargo.lock index 1b84649..d9ae264 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -103,9 +103,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.79" +version = "0.1.80" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a507401cad91ec6a857ed5513a2073c82a9b9048762b885bb98655b306964681" +checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index c5a0575..37d2c8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ tower-http = { version = "0.4.4", features = [ ] } http = "0.2.9" chrono = "0.4.37" -async-trait = "0.1.79" +async-trait = "0.1.80" # Investigate if wither::bson can be used instead and activate this feature. bson = { version = "2.10.0", features = ["serde_with", "chrono-0_4"] } jsonwebtoken = "8.3.0"