Skip to content

Commit

Permalink
Merge pull request #36 from pesca-dev/dependabot/cargo/actix-identity…
Browse files Browse the repository at this point in the history
…-0.6.0

build(deps): bump actix-identity from 0.5.2 to 0.6.0
  • Loading branch information
H1ghBre4k3r authored Sep 19, 2023
2 parents c4f75ce + f1b053d commit 19f10e0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 6 deletions.
27 changes: 22 additions & 5 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ wasm-bindgen = "=0.2.87"
serde = { version = "1.0.183", features = ["derive"] }
web-sys = { version = "0.3.64", features = ["HtmlDocument", "Window", "Storage"] }
actix-session = { version = "0.7.2", optional = true, features = ["cookie-session"] }
actix-identity = { version = "0.5.2", optional = true }
actix-identity = { version = "0.6.0", optional = true }
argon2 = { version = "0.5.2", optional = true }
dotenv = "0.15.0"
chrono = "0.4.31"
Expand Down

0 comments on commit 19f10e0

Please sign in to comment.