Merge pull request 'Update Rust crate actix to 0.13.1' (#111) from renovate/actix-0.x into master
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #111
This commit is contained in:
Pierre HUBERT 2023-11-28 17:00:47 +00:00
commit 09b40c8138
2 changed files with 5 additions and 4 deletions

7
rust/Cargo.lock generated
View File

@ -4,13 +4,14 @@ version = 3
[[package]] [[package]]
name = "actix" name = "actix"
version = "0.13.0" version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f728064aca1c318585bf4bb04ffcfac9e75e508ab4e8b1bd9ba5dfe04e2cbed5" checksum = "cba56612922b907719d4a01cf11c8d5b458e7d3dba946d0435f20f58d6795ed2"
dependencies = [ dependencies = [
"actix-macros",
"actix-rt", "actix-rt",
"actix_derive", "actix_derive",
"bitflags 1.3.2", "bitflags 2.3.3",
"bytes", "bytes",
"crossbeam-channel", "crossbeam-channel",
"futures-core", "futures-core",

View File

@ -19,7 +19,7 @@ serde = { version = "1.0.186", features = ["derive"] }
serde_json = "1.0.105" serde_json = "1.0.105"
actix-web = "4.4.0" actix-web = "4.4.0"
actix-cors = "0.6.2" actix-cors = "0.6.2"
actix = "0.13.0" actix = "0.13.1"
actix-web-actors = "4.1.0" actix-web-actors = "4.1.0"
actix-rt = "2.9.0" actix-rt = "2.9.0"
uuid = { version = "1.6.1", features = ["v4"] } uuid = { version = "1.6.1", features = ["v4"] }