Spaces:
Running
Running
dependabot[bot]
commited on
build(deps): bump async-once-cell from 0.5.3 to 0.5.4 (#643)
Browse files- Cargo.lock +2 -2
- Cargo.toml +1 -1
Cargo.lock
CHANGED
@@ -372,9 +372,9 @@ dependencies = [
|
|
372 |
|
373 |
[[package]]
|
374 |
name = "async-once-cell"
|
375 |
-
version = "0.5.
|
376 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
377 |
-
checksum = "
|
378 |
|
379 |
[[package]]
|
380 |
name = "async-trait"
|
|
|
372 |
|
373 |
[[package]]
|
374 |
name = "async-once-cell"
|
375 |
+
version = "0.5.4"
|
376 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
377 |
+
checksum = "4288f83726785267c6f2ef073a3d83dc3f9b81464e9f99898240cced85fce35a"
|
378 |
|
379 |
[[package]]
|
380 |
name = "async-trait"
|
Cargo.toml
CHANGED
@@ -61,7 +61,7 @@ regex = { version = "1.11.1", features = ["perf"], default-features = false }
|
|
61 |
futures = { version = "0.3.31", default-features = false, features = ["alloc"] }
|
62 |
dhat = { version = "0.3.2", optional = true, default-features = false }
|
63 |
mimalloc = { version = "0.1.43", default-features = false }
|
64 |
-
async-once-cell = { version = "0.5.
|
65 |
actix-governor = { version = "0.7.0", default-features = false }
|
66 |
moka = { version = "0.12.8", optional = true, default-features = false, features = [
|
67 |
"future",
|
|
|
61 |
futures = { version = "0.3.31", default-features = false, features = ["alloc"] }
|
62 |
dhat = { version = "0.3.2", optional = true, default-features = false }
|
63 |
mimalloc = { version = "0.1.43", default-features = false }
|
64 |
+
async-once-cell = { version = "0.5.4", default-features = false }
|
65 |
actix-governor = { version = "0.7.0", default-features = false }
|
66 |
moka = { version = "0.12.8", optional = true, default-features = false, features = [
|
67 |
"future",
|