From 8ac03ec325195b51c81229d51699347a7f22bf96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 04:54:23 +0000 Subject: [PATCH] chore(deps): Bump nkeys from 0.4.0 to 0.4.1 Bumps [nkeys](https://github.com/wasmcloud/nkeys) from 0.4.0 to 0.4.1. - [Release notes](https://github.com/wasmcloud/nkeys/releases) - [Commits](https://github.com/wasmcloud/nkeys/compare/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] --- Cargo.lock | 7 +++---- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 57d85b5fe6e62..8981244e347b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5645,11 +5645,10 @@ dependencies = [ [[package]] name = "nkeys" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6eafe79aeb8066a6f1f84dc44c03ae97403013e946bf0b13626468e0d5e26c6f" +checksum = "bc522a19199a0795776406619aa6aa78e1e55690fbeb3181b8db5265fd0e89ce" dependencies = [ - "byteorder", "data-encoding", "ed25519", "ed25519-dalek", @@ -10182,7 +10181,7 @@ dependencies = [ "mlua", "mongodb", "nix 0.26.2", - "nkeys 0.4.0", + "nkeys 0.4.1", "nom", "notify", "num-format", diff --git a/Cargo.toml b/Cargo.toml index 72e3cdcaa6fe0..452b2bc3008b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }