Skip to content

Commit

Permalink
build(deps): bump actix-identity from 0.6.0 to 0.7.0
Browse files Browse the repository at this point in the history
Bumps [actix-identity](https://github.com/actix/actix-extras) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/actix/actix-extras/releases)
- [Commits](actix/actix-extras@cors-v0.6.0...cors-v0.7.0)

---
updated-dependencies:
- dependency-name: actix-identity
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 18, 2024
1 parent 5070d98 commit def824c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 22 deletions.
25 changes: 4 additions & 21 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.90"
serde = { version = "1.0.195", features = ["derive"] }
web-sys = { version = "0.3.67", features = ["HtmlDocument", "Window", "Storage"] }
actix-session = { version = "0.9.0", optional = true, features = ["cookie-session"] }
actix-identity = { version = "0.6.0", optional = true }
actix-identity = { version = "0.7.0", optional = true }
argon2 = { version = "0.5.2", optional = true }
dotenv = "0.15.0"
chrono = "0.4.31"
Expand Down

0 comments on commit def824c

Please sign in to comment.