Skip to content

Commit

Permalink
Bump rusty_paseto from 0.4.0 to 0.5.0 in /api
Browse files Browse the repository at this point in the history
Bumps [rusty_paseto](https://github.com/rrrodzilla/rusty_paseto) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/rrrodzilla/rusty_paseto/releases)
- [Changelog](https://github.com/rrrodzilla/rusty_paseto/blob/main/Changelog.md)
- [Commits](rrrodzilla/rusty_paseto@v0.4.0...v0.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 9, 2023
1 parent b783741 commit aa938ca
Show file tree
Hide file tree
Showing 2 changed files with 169 additions and 3 deletions.
170 changes: 168 additions & 2 deletions api/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 api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ schemars = { version = "0.8.10", features = [ "chrono", "bytes" ] }
okapi = { version = "0.7.0-rc.1" }
reqwest = "0.11.13"
rocket_okapi = { version = "0.8.0-rc.2", features = ["swagger"] }
rusty_paseto = { version = "0.4.0", features = ["batteries_included"] }
rusty_paseto = { version = "0.5.0", features = ["batteries_included"] }
sqlx = { version = "0.6.2", features = [ "runtime-tokio-native-tls", "postgres", "offline", "chrono" ] }
tokio = { version = "1.20.1", features = ["full"] }

0 comments on commit aa938ca

Please sign in to comment.