Skip to content

Commit

Permalink
Merge pull request #37 from pesca-dev/dependabot/cargo/actix-session-…
Browse files Browse the repository at this point in the history
…0.8.0

build(deps): bump actix-session from 0.7.2 to 0.8.0
  • Loading branch information
H1ghBre4k3r authored Sep 20, 2023
2 parents 19f10e0 + fd4079b commit eb7a7bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 20 deletions.
21 changes: 2 additions & 19 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 @@ -19,7 +19,7 @@ leptos_router = { version = "0.4", features = ["nightly"] }
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-session = { version = "0.8.0", optional = true, features = ["cookie-session"] }
actix-identity = { version = "0.6.0", optional = true }
argon2 = { version = "0.5.2", optional = true }
dotenv = "0.15.0"
Expand Down

0 comments on commit eb7a7bd

Please sign in to comment.