diff --git a/Cargo.lock b/Cargo.lock index ae865df..18e9714 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -563,9 +563,9 @@ dependencies = [ [[package]] name = "notmad" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "508d2cebf89bcea5803868fc39ecefe647cd8aa6c6955e40987b4fb7c7604326" +checksum = "590b2938244df27d8e6b9989dd320db6499bdad8c0a2381b4d748134998f5515" dependencies = [ "anyhow", "async-trait", diff --git a/crates/iamalive/Cargo.toml b/crates/iamalive/Cargo.toml index 6aecf7b..9d0af35 100644 --- a/crates/iamalive/Cargo.toml +++ b/crates/iamalive/Cargo.toml @@ -15,6 +15,6 @@ 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.5.0" +notmad = "0.6.0" nodrift = "0.2.0" rand = "0.8.5"