fix(deps): update rust crate nodrift to 0.3.0 #12

Merged
kjuulh merged 1 commits from renovate/all into main 2024-12-14 02:31:38 +01:00
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -549,9 +549,9 @@ dependencies = [
[[package]]
name = "nodrift"
version = "0.2.0"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "154be26c4796e549cab55b834bb8bf6cbcd24e759ecaa6f91155464520c616ba"
checksum = "78273a5b0f2fcc2e64f0d026bcdb15b378055229810036f95c36ffe91dccbc1e"
dependencies = [
"anyhow",
"async-trait",

View File

@ -16,5 +16,5 @@ 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.7.0"
nodrift = "0.2.0"
nodrift = "0.3.0"
rand = "0.8.5"