Update Rust crate serde_with to 3.6.1
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Pierre Hubert 2024-02-09 00:14:08 +00:00 committed by Pierre Hubert
parent 9fb275b537
commit 86ba9c057a
2 changed files with 6 additions and 5 deletions

9
rust/Cargo.lock generated
View File

@ -1851,9 +1851,9 @@ dependencies = [
[[package]]
name = "serde_with"
version = "3.6.0"
version = "3.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b0ed1662c5a68664f45b76d18deb0e234aff37207086803165c961eb695e981"
checksum = "15d167997bd841ec232f5b2b8e0e26606df2e7caa4c31b95ea9ca52b200bd270"
dependencies = [
"base64",
"chrono",
@ -1861,6 +1861,7 @@ dependencies = [
"indexmap 1.9.3",
"indexmap 2.1.0",
"serde",
"serde_derive",
"serde_json",
"serde_with_macros",
"time",
@ -1868,9 +1869,9 @@ dependencies = [
[[package]]
name = "serde_with_macros"
version = "3.6.0"
version = "3.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "568577ff0ef47b879f736cd66740e022f3672788cdf002a05a4e609ea5a6fb15"
checksum = "865f9743393e638991566a8b7a479043c2c8da94a33e0a31f18214c9cae0a64d"
dependencies = [
"darling",
"proc-macro2",

View File

@ -24,7 +24,7 @@ actix-web-actors = "4.3.0"
actix-rt = "2.9.0"
uuid = { version = "1.7.0", features = ["v4"] }
rand = "0.8.5"
serde_with = "3.6.0"
serde_with = "3.6.1"
tokio = { version = "1", features = ["full"] }
semver = "1.0.21"