Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
build(deps): Bump aes-gcm from 0.9.4 to 0.10.1
Browse files Browse the repository at this point in the history
Bumps [aes-gcm](https://github.com/RustCrypto/AEADs) from 0.9.4 to 0.10.1.
- [Release notes](https://github.com/RustCrypto/AEADs/releases)
- [Commits](RustCrypto/AEADs@aes-gcm-v0.9.4...aes-gcm-v0.10.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2022
1 parent 4fb9c2f commit 79fcc2b
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 21 deletions.
49 changes: 29 additions & 20 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 @@ -4,7 +4,7 @@ version = "0.1.2"
edition = "2021"

[dependencies]
aes-gcm = { version = "0.9.4", default-features = false, features = ["aes", "std"] }
aes-gcm = { version = "0.10.1", default-features = false, features = ["aes", "std"] }
anyhow = { version = "1.0.57", default-features = false, features = ["std"] }
askama = { version = "0.11.1", default-features = false }
axum = { version = "0.5.5", default-features = false, features = ["headers", "json", "multipart", "query"] }
Expand Down

0 comments on commit 79fcc2b

Please sign in to comment.