Skip to content

Commit

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

[Cargo]: Bump actix-session from 0.8.0 to 0.10.0
  • Loading branch information
friendbear authored Aug 27, 2024
2 parents 24a36b0 + 6218ba2 commit 7cb7ce7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 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 @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
actix-session = { version = "0.8.0", features = ["cookie-session"] }
actix-session = { version = "0.10.0", features = ["cookie-session"] }
actix-http = "3.9.0"
actix-web = { version = "4.4.0", features = ["openssl"] }
anyhow = "1.0.86"
Expand Down

0 comments on commit 7cb7ce7

Please sign in to comment.