Skip to content

Commit

Permalink
Merge pull request #156 from friendbear/dependabot/cargo/develop/acti…
Browse files Browse the repository at this point in the history
…x-http-3.9.0

[Cargo]: Bump actix-http from 3.5.1 to 3.9.0
  • Loading branch information
friendbear authored Aug 19, 2024
2 parents ffba3e4 + 22dbcc1 commit 41a423f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
22 changes: 10 additions & 12 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 practice_collection/external_crate_use/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
actix-session = { version = "0.8.0", features = ["cookie-session"] }
actix-http = "3.5.1"
actix-http = "3.9.0"
actix-web = { version = "4.4.0", features = ["openssl"] }
anyhow = "1.0.86"
dotenv = "0.15.0"
Expand Down
2 changes: 1 addition & 1 deletion practice_collection/web_framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
actix-http = "3.5.1"
actix-http = "3.9.0"
actix-web = "4.4.0"
anyhow = "1.0.86"
dotenv = "0.15.0"
Expand Down

0 comments on commit 41a423f

Please sign in to comment.