From 5de0e256689ab8195e54d9d881c1b4b155d4db1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 22:04:55 +0000 Subject: [PATCH] build(deps): bump anyhow from 1.0.89 to 1.0.97 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.89 to 1.0.97. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.89...1.0.97) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.97 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- squill-cli/Cargo.toml | 2 +- squill/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5e34609..e86f840 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -95,9 +95,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.89" +version = "1.0.97" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" +checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f" [[package]] name = "atoi" diff --git a/squill-cli/Cargo.toml b/squill-cli/Cargo.toml index 7436c51..a5d6a92 100644 --- a/squill-cli/Cargo.toml +++ b/squill-cli/Cargo.toml @@ -20,7 +20,7 @@ name = "squill" path = "src/main.rs" [dependencies] -anyhow = "1.0.78" +anyhow = "1.0.97" clap = { version = "4.5.8", features = ["derive"] } figment = { version = "0.10.19", features = ["env", "toml"] } serde = { version = "1.0.203", features = ["derive"] } diff --git a/squill/Cargo.toml b/squill/Cargo.toml index 64e04f3..ca061d1 100644 --- a/squill/Cargo.toml +++ b/squill/Cargo.toml @@ -25,7 +25,7 @@ time = "0.3.36" tracing = "0.1.40" [dev-dependencies] -anyhow = "1.0.78" +anyhow = "1.0.97" sqlx = { version = "0.8.2", features = ["runtime-tokio-rustls"] } tempfile = "3.5.0" tokio = { version = "1.40.0", features = ["full"] }