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" }