diff --git a/Cargo.lock b/Cargo.lock index c44f8b4..1f53d3f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -365,9 +365,9 @@ checksum = "9338790e78aa95a416786ec8389546c4b6a1dfc3dc36071ed9518a9413a542eb" [[package]] name = "async-trait" -version = "0.1.77" +version = "0.1.80" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9" +checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca" dependencies = [ "proc-macro2 1.0.78", "quote 1.0.35", diff --git a/Cargo.toml b/Cargo.toml index 7584f59..1a5f1b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ blake3 = { version = "1.5.0", default-features = false } error-stack = { version = "0.4.0", default-features = false, features = [ "std", ] } -async-trait = { version = "0.1.76", default-features = false } +async-trait = { version = "0.1.80", default-features = false } regex = { version = "1.9.4", features = ["perf"], default-features = false } smallvec = { version = "1.13.1", features = [ "union",