From 709df884c4bb0dcbd24f6e08daa498e4066f17f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 15:35:51 +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-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9a61375..98e8ba9 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 = "Inflector" @@ -111,9 +111,9 @@ checksum = "ea50b14b7a4b9343f8c627a7a53c52076482bd4bdad0a24fd3ec533ed616cc2c" [[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 = "approx" diff --git a/Cargo.toml b/Cargo.toml index 02f645f..0108d22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ rocket = { version = "0.5.1", features = ["json"] } serde = { version = "1.0.217", features = ["derive"] } sha2 = "0.10.8" uuid = { version = "1.11.0", features = ["v4"] } -anyhow = "1.0.89" +anyhow = "1.0.97" surrealdb = { version = "2.0.3", features = ["kv-mem"] } tracing = "0.1.40" tracing-subscriber = "0.3.18"