From 3bf638bb86ddf391148c3022f00d618678f77f0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 22:50:49 +0000 Subject: [PATCH] build(deps): bump anyhow from 1.0.89 to 1.0.98 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.89 to 1.0.98. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.89...1.0.98) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.98 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..de7f2c5 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.98" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" +checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" [[package]] name = "atoi" diff --git a/squill-cli/Cargo.toml b/squill-cli/Cargo.toml index 7436c51..841d2d8 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.98" 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..f5101dc 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.98" sqlx = { version = "0.8.2", features = ["runtime-tokio-rustls"] } tempfile = "3.5.0" tokio = { version = "1.40.0", features = ["full"] }