From cfda5789549cc687ede2e244ab58ed5af1a2d38c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 07:58:55 +0000 Subject: [PATCH] build(deps): bump anyhow from 1.0.65 to 1.0.69 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.65 to 1.0.69. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.65...1.0.69) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- rust/rpmostree-client/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7069f7d723..8820b63b92 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -45,9 +45,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.65" +version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602" +checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800" [[package]] name = "arrayref" diff --git a/Cargo.toml b/Cargo.toml index 28e11380c7..227fdb19b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ polkitgobject = { name = "polkit-gobject-1", version = "0" } rpm = "4" [dependencies] -anyhow = "1.0.65" +anyhow = "1.0.69" binread = "2.2.0" bitflags = "1.3" c_utf8 = "0.1.0" diff --git a/rust/rpmostree-client/Cargo.toml b/rust/rpmostree-client/Cargo.toml index 9d455a3a10..b76ac1e870 100644 --- a/rust/rpmostree-client/Cargo.toml +++ b/rust/rpmostree-client/Cargo.toml @@ -11,7 +11,7 @@ publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.65" +anyhow = "1.0.69" serde = { version = "1.0.151", features = ["derive"] } serde_derive = "1.0.118" serde_json = "1.0.89"