fix(deps): update rust crate notmad to 0.6.0
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing

This commit is contained in:
Kasper Juul Hermansen 2024-11-24 01:58:34 +00:00
parent 089c1d502f
commit 04f38c61ea
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2012,9 +2012,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

@ -29,7 +29,7 @@ chrono = { version = "0.4.38", features = ["serde"] }
tokio-stream = "0.1.15"
dagger-sdk = "0.13.0"
rand = "0.8.5"
notmad = "0.5.0"
notmad = "0.6.0"
prometheus = "0.13.4"
[dev-dependencies]