From d867911d821bb5b7c518c442eb8f530b30030b5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 21:02:17 +0000 Subject: [PATCH] build(deps): bump anyhow from 1.0.66 to 1.0.68 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.66 to 1.0.68. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.66...1.0.68) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- store/postgres/Cargo.toml | 2 +- tests/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 10617fc654a..afa5353cd45 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -56,9 +56,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.66" +version = "1.0.68" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6" +checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61" [[package]] name = "arc-swap" diff --git a/store/postgres/Cargo.toml b/store/postgres/Cargo.toml index 8874f856650..c006b8c5d96 100644 --- a/store/postgres/Cargo.toml +++ b/store/postgres/Cargo.toml @@ -28,7 +28,7 @@ serde = "1.0" uuid = { version = "1.1.2", features = ["v4"] } stable-hash_legacy = { version = "0.3.3", package = "stable-hash" } diesel_derives = "1.4.1" -anyhow = "1.0.66" +anyhow = "1.0.68" git-testament = "0.2.0" itertools = "0.10.5" pin-utils = "0.1" diff --git a/tests/Cargo.toml b/tests/Cargo.toml index 8bdc35ed831..52a5f00e800 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -27,7 +27,7 @@ serde = "1.0" [dev-dependencies] bollard = "0.10" -anyhow = "1.0.66" +anyhow = "1.0.68" lazy_static = "1.4.0" tokio-stream = "0.1" serde_yaml = "0.8"