Skip to content

Commit

Permalink
Bump prefixed-api-key from 0.2.0 to 0.3.0 (#448)
Browse files Browse the repository at this point in the history
Bumps [prefixed-api-key](https://github.com/brahmlower/prefixed-api-key) from 0.2.0 to 0.3.0.
- [Release notes](https://github.com/brahmlower/prefixed-api-key/releases)
- [Changelog](https://github.com/brahmlower/prefixed-api-key/blob/main/CHANGELOG.md)
- [Commits](brahmlower/prefixed-api-key@v0.2.0...v0.3.0)

---
updated-dependencies:
- dependency-name: prefixed-api-key
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 25, 2024
1 parent a6bdaa3 commit c798dfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -43,7 +43,7 @@ time = { version = "0.3.36" } # Consider removing once another dependency updat
toml = { version = "0.8.19" }
tokio = { version = "1.38.1", features = ["macros", "process", "rt"] }
tokio-cron-scheduler = { version = "0.11.0", features = ["signal"]}
prefixed-api-key = { version = "0.2.0", features = ["sha2"]}
prefixed-api-key = { version = "0.3.0", features = ["sha2"]}
prettytable-rs = { version = "0.10.0"}
url = { version = "2.5.2", features = ["serde"] }
urlencoding = { version = "2.1.3" }
Expand Down

0 comments on commit c798dfc

Please sign in to comment.