From e78018db6b53d175d6888ab40fd626718254e777 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Tue, 20 Jan 2026 04:09:26 +0000 Subject: [PATCH] fix(deps): update all dependencies --- crates/churn/Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/crates/churn/Cargo.toml b/crates/churn/Cargo.toml index 71888be..effa864 100644 --- a/crates/churn/Cargo.toml +++ b/crates/churn/Cargo.toml @@ -15,19 +15,19 @@ axum.workspace = true serde = { version = "1.0.197", features = ["derive"] } uuid = { version = "1.7.0", features = ["v4"] } tower-http = { version = "0.6.0", features = ["cors", "trace"] } -notmad = "0.7.1" +notmad = "0.10.0" tokio-util = "0.7.12" async-trait = "0.1.83" nodrift = "0.3.0" -rusqlite = { version = "0.32.1", features = ["bundled"] } +rusqlite = { version = "0.38.0", features = ["bundled"] } prost-types = "0.13.3" prost = "0.13.3" bytes = "1.8.0" tonic = { version = "0.12.3", features = ["tls", "tls-roots"] } -toml = "0.8.19" -dirs = "5.0.1" +toml = "0.9.0" +dirs = "6.0.0" futures = "0.3.31" -reqwest = { version = "0.12.9", default-features = false, features = [ +reqwest = { version = "0.13.0", default-features = false, features = [ "json", "http2", "charset", @@ -35,6 +35,6 @@ reqwest = { version = "0.12.9", default-features = false, features = [ "stream", ] } serde_json = "1.0.133" -wasmtime = "28.0.0" -wasmtime-wasi = "28.0.0" +wasmtime = "40.0.0" +wasmtime-wasi = "40.0.0" petname = "2.0.2"