1
0

Merge pull request #21 from GothenburgBitFactory/dependabot/cargo/actix-rt-2.10.0

Bump actix-rt from 2.8.0 to 2.10.0
This commit is contained in:
Dustin J. Mitchell 2024-06-10 20:31:39 -04:00 committed by GitHub
commit 0e8621e88e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
Cargo.lock generated
View File

@ -83,9 +83,9 @@ dependencies = [
[[package]]
name = "actix-rt"
version = "2.8.0"
version = "2.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15265b6b8e2347670eb363c47fc8c75208b4a4994b27192f345fcbe707804f3e"
checksum = "24eda4e2a6e042aa4e55ac438a2ae052d3b5da0ecf83d7411e1a368946925208"
dependencies = [
"actix-macros",
"futures-core",