diff --git a/Cargo.lock b/Cargo.lock index 60061c7..096f76e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -70,9 +70,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.86" +version = "0.1.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "644dd749086bf3771a2fbc5f256fdb982d53f011c7d5d560304eafeecebce79d" +checksum = "d556ec1359574147ec0c4fc5eb525f3f23263a592b1a9c07e0a75b427de55c97" dependencies = [ "proc-macro2", "quote", diff --git a/libfatigue/Cargo.toml b/libfatigue/Cargo.toml index 5517f30..b2e0756 100644 --- a/libfatigue/Cargo.toml +++ b/libfatigue/Cargo.toml @@ -11,7 +11,7 @@ license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -async-trait = "0.1.86" +async-trait = "0.1.87" csv = "1.3.1" dashmap = "5.2.0" futures = "0.3.31"