fix(deps): update rust crate notmad to 0.6.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2024-11-24 01:42:10 +00:00
parent aee6ba54c6
commit 9b63b36993
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -563,9 +563,9 @@ dependencies = [
[[package]] [[package]]
name = "notmad" name = "notmad"
version = "0.5.0" version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "508d2cebf89bcea5803868fc39ecefe647cd8aa6c6955e40987b4fb7c7604326" checksum = "590b2938244df27d8e6b9989dd320db6499bdad8c0a2381b4d748134998f5515"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-trait", "async-trait",

View File

@ -15,6 +15,6 @@ axum.workspace = true
serde = { version = "1.0.197", features = ["derive"] } serde = { version = "1.0.197", features = ["derive"] }
uuid = { version = "1.7.0", features = ["v4"] } uuid = { version = "1.7.0", features = ["v4"] }
tower-http = { version = "0.6.0", features = ["cors", "trace"] } tower-http = { version = "0.6.0", features = ["cors", "trace"] }
notmad = "0.5.0" notmad = "0.6.0"
nodrift = "0.2.0" nodrift = "0.2.0"
rand = "0.8.5" rand = "0.8.5"