Spaces:
Running
Running
dependabot[bot]
commited on
build(deps): bump actix-governor from 0.5.0 to 0.6.0 (#609)
Browse files- Cargo.lock +2 -2
- Cargo.toml +1 -1
Cargo.lock
CHANGED
@@ -59,9 +59,9 @@ dependencies = [
|
|
59 |
|
60 |
[[package]]
|
61 |
name = "actix-governor"
|
62 |
-
version = "0.
|
63 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
64 |
-
checksum = "
|
65 |
dependencies = [
|
66 |
"actix-http",
|
67 |
"actix-web",
|
|
|
59 |
|
60 |
[[package]]
|
61 |
name = "actix-governor"
|
62 |
+
version = "0.6.0"
|
63 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
64 |
+
checksum = "0954b0f27aabd8f56bb03f2a77b412ddf3f8c034a3c27b2086c1fc75415760df"
|
65 |
dependencies = [
|
66 |
"actix-http",
|
67 |
"actix-web",
|
Cargo.toml
CHANGED
@@ -61,7 +61,7 @@ futures = { version = "0.3.30", default-features = false, features = ["alloc"] }
|
|
61 |
dhat = { version = "0.3.2", optional = true, default-features = false }
|
62 |
mimalloc = { version = "0.1.43", default-features = false }
|
63 |
async-once-cell = { version = "0.5.3", default-features = false }
|
64 |
-
actix-governor = { version = "0.
|
65 |
moka = { version = "0.12.8", optional = true, default-features = false, features = [
|
66 |
"future",
|
67 |
] }
|
|
|
61 |
dhat = { version = "0.3.2", optional = true, default-features = false }
|
62 |
mimalloc = { version = "0.1.43", default-features = false }
|
63 |
async-once-cell = { version = "0.5.3", default-features = false }
|
64 |
+
actix-governor = { version = "0.6.0", default-features = false }
|
65 |
moka = { version = "0.12.8", optional = true, default-features = false, features = [
|
66 |
"future",
|
67 |
] }
|