From c5df37642f3169c15090dc3eb3c6bb046e52ee41 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Sat, 14 Dec 2024 01:31:28 +0000 Subject: [PATCH] fix(deps): update rust crate nodrift to 0.3.0 --- Cargo.lock | 4 ++-- crates/iamalive/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 078c82f..dcbb70c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -549,9 +549,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", diff --git a/crates/iamalive/Cargo.toml b/crates/iamalive/Cargo.toml index 44c03f2..13c96c6 100644 --- a/crates/iamalive/Cargo.toml +++ b/crates/iamalive/Cargo.toml @@ -16,5 +16,5 @@ 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.0" -nodrift = "0.2.0" +nodrift = "0.3.0" rand = "0.8.5"