From 7fc6fc5c109681880b0f452d56edbbeb6836b028 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Mon, 3 Feb 2025 01:39:01 +0000 Subject: [PATCH] chore(deps): update all dependencies --- Cargo.lock | 8 ++++---- crates/iamalive/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aa8b3b2..0085a87 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -184,9 +184,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.5.26" +version = "4.5.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8eb5e908ef3a6efbe1ed62520fb7287959888c88485abe072543190ecc66783" +checksum = "769b0145982b4b48713e01ec42d61614425f27b7058bda7180a3a41f30104796" dependencies = [ "clap_builder", "clap_derive", @@ -194,9 +194,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.26" +version = "4.5.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96b01801b5fc6a0a232407abc821660c9c6d25a1cafc0d4f85f29fb8d9afc121" +checksum = "1b26884eb4b57140e4d2d93652abfa49498b938b3c9179f9fc487b0acc3edad7" dependencies = [ "anstream", "anstyle", diff --git a/crates/iamalive/Cargo.toml b/crates/iamalive/Cargo.toml index 13c96c6..a234b36 100644 --- a/crates/iamalive/Cargo.toml +++ b/crates/iamalive/Cargo.toml @@ -17,4 +17,4 @@ uuid = { version = "1.7.0", features = ["v4"] } tower-http = { version = "0.6.0", features = ["cors", "trace"] } notmad = "0.7.0" nodrift = "0.3.0" -rand = "0.8.5" +rand = "0.9.0"