From c12b02ba92db4acda8943b6c4ac8bcb2be41ead9 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Sat, 14 Dec 2024 01:09:13 +0000 Subject: [PATCH] fix(deps): update rust crate nodrift to 0.3.0 --- Cargo.lock | 10 +++++----- crates/churn/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3ea57e3..a8944c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -776,7 +776,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -1614,9 +1614,9 @@ dependencies = [ [[package]] name = "nodrift" -version = "0.2.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "154be26c4796e549cab55b834bb8bf6cbcd24e759ecaa6f91155464520c616ba" +checksum = "78273a5b0f2fcc2e64f0d026bcdb15b378055229810036f95c36ffe91dccbc1e" dependencies = [ "anyhow", "async-trait", @@ -2449,7 +2449,7 @@ dependencies = [ "fastrand", "once_cell", "rustix", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -3406,7 +3406,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/crates/churn/Cargo.toml b/crates/churn/Cargo.toml index 5dfa165..daf8907 100644 --- a/crates/churn/Cargo.toml +++ b/crates/churn/Cargo.toml @@ -18,7 +18,7 @@ tower-http = { version = "0.6.0", features = ["cors", "trace"] } notmad = "0.7.1" tokio-util = "0.7.12" async-trait = "0.1.83" -nodrift = "0.2.0" +nodrift = "0.3.0" rusqlite = { version = "0.32.1", features = ["bundled"] } prost-types = "0.13.3" prost = "0.13.3" -- 2.45.2