1
0

Merge pull request #24 from GothenburgBitFactory/dependabot/cargo/actix-web-4.8.0

Bump actix-web from 4.7.0 to 4.8.0
This commit is contained in:
Dustin J. Mitchell 2024-06-20 19:30:44 -04:00 committed by GitHub
commit e0ed957ba3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -135,9 +135,9 @@ dependencies = [
[[package]]
name = "actix-web"
version = "4.7.0"
version = "4.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d6316df3fa569627c98b12557a8b6ff0674e5be4bb9b5e4ae2550ddb4964ed6"
checksum = "1988c02af8d2b718c05bc4aeb6a66395b7cdf32858c2c71131e5637a8c05a9ff"
dependencies = [
"actix-codec",
"actix-http",

View File

@ -7,7 +7,7 @@ publish = false
[dependencies]
uuid = { version = "^1.8.0", features = ["serde", "v4"] }
actix-web = "^4.7.0"
actix-web = "^4.8.0"
anyhow = "1.0"
thiserror = "1.0"
futures = "^0.3.25"