Spaces:
Running
Running
dependabot[bot]
commited on
build(deps): bump async-trait from 0.1.77 to 0.1.80 (#560)
Browse files- Cargo.lock +2 -2
- Cargo.toml +1 -1
Cargo.lock
CHANGED
@@ -365,9 +365,9 @@ checksum = "9338790e78aa95a416786ec8389546c4b6a1dfc3dc36071ed9518a9413a542eb"
|
|
365 |
|
366 |
[[package]]
|
367 |
name = "async-trait"
|
368 |
-
version = "0.1.
|
369 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
370 |
-
checksum = "
|
371 |
dependencies = [
|
372 |
"proc-macro2 1.0.78",
|
373 |
"quote 1.0.35",
|
|
|
365 |
|
366 |
[[package]]
|
367 |
name = "async-trait"
|
368 |
+
version = "0.1.80"
|
369 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
370 |
+
checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca"
|
371 |
dependencies = [
|
372 |
"proc-macro2 1.0.78",
|
373 |
"quote 1.0.35",
|
Cargo.toml
CHANGED
@@ -52,7 +52,7 @@ blake3 = { version = "1.5.0", default-features = false }
|
|
52 |
error-stack = { version = "0.4.0", default-features = false, features = [
|
53 |
"std",
|
54 |
] }
|
55 |
-
async-trait = { version = "0.1.
|
56 |
regex = { version = "1.9.4", features = ["perf"], default-features = false }
|
57 |
smallvec = { version = "1.13.1", features = [
|
58 |
"union",
|
|
|
52 |
error-stack = { version = "0.4.0", default-features = false, features = [
|
53 |
"std",
|
54 |
] }
|
55 |
+
async-trait = { version = "0.1.80", default-features = false }
|
56 |
regex = { version = "1.9.4", features = ["perf"], default-features = false }
|
57 |
smallvec = { version = "1.13.1", features = [
|
58 |
"union",
|