From 6cb5b7d75dd049519d80f07cf214d9fe6927825f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 23:20:01 +0000 Subject: [PATCH] Bump anyhow from 1.0.72 to 1.0.76 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.72 to 1.0.76. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.72...1.0.76) --- 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 +- crates/micro-oz/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1d36aefe..8c168887 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -145,9 +145,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.72" +version = "1.0.76" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854" +checksum = "59d2a3357dde987206219e78ecfbbb6e8dad06cbb65292758d3270e6254f7355" [[package]] name = "ark-bn254" diff --git a/Cargo.toml b/Cargo.toml index 70f0ac7a..8df57811 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ default = [] mimalloc = ["cli-batteries/mimalloc"] [dependencies] -anyhow = { version = "1.0.68" } +anyhow = { version = "1.0.76" } async-stream = "0.3.3" async-trait = "0.1.64" axum = "0.6.4" diff --git a/crates/micro-oz/Cargo.toml b/crates/micro-oz/Cargo.toml index 2e0d7f79..d7819b52 100644 --- a/crates/micro-oz/Cargo.toml +++ b/crates/micro-oz/Cargo.toml @@ -6,7 +6,7 @@ publish = false [dependencies] -anyhow = "1.0.72" +anyhow = "1.0.76" async-trait = "0.1.71" axum = "0.6.19" chrono = "0.4.26"