Skip to content

Commit

Permalink
chore(deps): Bump nkeys from 0.4.0 to 0.4.1 (vectordotdev#20289)
Browse files Browse the repository at this point in the history
Bumps [nkeys](https://github.com/wasmcloud/nkeys) from 0.4.0 to 0.4.1.
- [Release notes](https://github.com/wasmcloud/nkeys/releases)
- [Commits](wasmCloud/nkeys@v0.4.0...v0.4.1)

---
updated-dependencies:
- dependency-name: nkeys
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and AndrooTheChen committed Sep 23, 2024
1 parent 4ae7490 commit 93c56c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 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 @@ -305,7 +305,7 @@ maxminddb = { version = "0.24.0", default-features = false, optional = true }
md-5 = { version = "0.10", default-features = false, optional = true }
mongodb = { version = "2.8.2", default-features = false, features = ["tokio-runtime"], optional = true }
async-nats = { version = "0.33.0", default-features = false, optional = true }
nkeys = { version = "0.4.0", default-features = false, optional = true }
nkeys = { version = "0.4.1", default-features = false, optional = true }
nom = { version = "7.1.3", default-features = false, optional = true }
notify = { version = "6.1.1", default-features = false, features = ["macos_fsevent"] }
once_cell = { version = "1.19", default-features = false }
Expand Down

0 comments on commit 93c56c5

Please sign in to comment.