Skip to content

Commit

Permalink
Bump typed-session-axum from 0.2.4 to 0.3.0
Browse files Browse the repository at this point in the history
Bumps [typed-session-axum](https://github.com/ISibboI/typed-session-axum) from 0.2.4 to 0.3.0.
- [Commits](https://github.com/ISibboI/typed-session-axum/commits)

---
updated-dependencies:
- dependency-name: typed-session-axum
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 12, 2023
1 parent f82d59c commit a0b7e62
Show file tree
Hide file tree
Showing 2 changed files with 184 additions and 64 deletions.
246 changes: 183 additions & 63 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 backend/rvoc-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ serde = "1.0.190"

# login and secrets
typed-session = "0.9.0"
typed-session-axum = "0.2.2"
typed-session-axum = "0.3.0"
password-hash = { version = "0.5.0", features = ["std"] }
argon2 = { version = "0.5.1", features = ["std"] }
rand = "0.8.5"
Expand Down

0 comments on commit a0b7e62

Please sign in to comment.