diff --git a/Cargo.lock b/Cargo.lock index 0bc1df4..619f818 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -103,9 +103,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.80" +version = "0.1.81" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca" +checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 66daa12..834ded4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ tower-http = { version = "0.4.4", features = [ "cors", ] } chrono = "0.4.38" -async-trait = "0.1.80" +async-trait = "0.1.81" # 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"