diff --git a/Cargo.lock b/Cargo.lock index 6a0dcfe..e0c80d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -111,9 +111,9 @@ checksum = "ea50b14b7a4b9343f8c627a7a53c52076482bd4bdad0a24fd3ec533ed616cc2c" [[package]] name = "anyhow" -version = "1.0.89" +version = "1.0.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" +checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100" [[package]] name = "approx" diff --git a/Cargo.toml b/Cargo.toml index 0f5f684..822c8d4 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.99" surrealdb = { version = "2.0.3", features = ["kv-mem"] } tracing = "0.1.40" tracing-subscriber = "0.3.18"