From 875d6ac1e123f8e1a5559bcae8b6dc254ab74cfc Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Tue, 1 Jul 2025 03:09:49 +0000 Subject: [PATCH] fix(deps): update all dependencies --- crates/churn/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/crates/churn/Cargo.toml b/crates/churn/Cargo.toml index 71888be..a1cd7c4 100644 --- a/crates/churn/Cargo.toml +++ b/crates/churn/Cargo.toml @@ -19,13 +19,13 @@ notmad = "0.7.1" tokio-util = "0.7.12" async-trait = "0.1.83" nodrift = "0.3.0" -rusqlite = { version = "0.32.1", features = ["bundled"] } +rusqlite = { version = "0.36.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" +dirs = "6.0.0" futures = "0.3.31" reqwest = { version = "0.12.9", default-features = false, features = [ "json", @@ -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 = "34.0.0" +wasmtime-wasi = "34.0.0" petname = "2.0.2"