From fd1c81b781acd31f141e94b09ea8bffce57cd33d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 22:19:37 +0000 Subject: [PATCH] build(deps): bump anyhow from 1.0.89 to 1.0.95 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.89 to 1.0.95. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.89...1.0.95) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- squill-cli/Cargo.toml | 2 +- squill/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d61d7c1..2b27011 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -95,9 +95,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.89" +version = "1.0.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" +checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" [[package]] name = "atoi" diff --git a/squill-cli/Cargo.toml b/squill-cli/Cargo.toml index 7436c51..d12e4ab 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.95" 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 5d6d15b..96fd3a2 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.95" sqlx = { version = "0.8.2", features = ["runtime-tokio-rustls"] } tempfile = "3.5.0" tokio = { version = "1.40.0", features = ["full"] }