fix(deps): update rust crate notmad to 0.6.0 #5

Merged
kjuulh merged 1 commits from renovate/all into main 2024-11-24 06:34:53 +01:00
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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"