From 18f8e94014eac29c65c87ce0dc24316fe61f4dc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 07:39:32 +0000 Subject: [PATCH] chore(deps): bump keyring from 2.1.0 to 2.2.0 Bumps [keyring](https://github.com/hwchen/keyring-rs) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/hwchen/keyring-rs/releases) - [Changelog](https://github.com/hwchen/keyring-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/hwchen/keyring-rs/compare/v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: keyring dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 097a2a06..7ea1f000 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1231,9 +1231,9 @@ dependencies = [ [[package]] name = "keyring" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec6488afbd1d8202dbd6e2dd38c0753d8c0adba9ac9985fc6f732a0d551f75e1" +checksum = "43454e972324c0259f00c874c40645f736ed8dd9454fe748022d8fc88b1c6ef7" dependencies = [ "byteorder", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 95572250..3f067d10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ human-errors = "0.1.3" http = "0.2" inventory = "0.3.14" itertools = "0.12" -keyring = { version = "2.1", optional = true } +keyring = { version = "2.2", optional = true } lazy_static = "1.4" nix = { version = "0.27.1", features = ["process", "signal"] } opentelemetry = { version = "0.21" }