Skip to content

Commit

Permalink
Merge pull request #330 from cea-sec/dependabot/cargo/actix-web-4.5.1
Browse files Browse the repository at this point in the history
build(deps): bump actix-web from 4.4.1 to 4.5.1
  • Loading branch information
losynix authored Feb 6, 2024
2 parents 4f9088f + 0e8385c commit 358bba9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion usbsas-analyzer-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"

[dependencies]
actix-files = "0.6"
actix-web = "4.4"
actix-web = "4.5"
clap = "4.4"
env_logger = "0.11"
futures = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion usbsas-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "usbsas web server"

[dependencies]
actix-cors = "0.7"
actix-web = "4.4"
actix-web = "4.5"
base64 = "0.21"
clap = "4.4"
err-derive = "0.3"
Expand Down

0 comments on commit 358bba9

Please sign in to comment.