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"