Bump serde_with from 3.4.0 to 3.5.0 (#521)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-01-22 18:49:02 -08:00 committed by GitHub
parent 2ce812d808
commit adde4ac9a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -1909,9 +1909,9 @@ dependencies = [
[[package]]
name = "serde_with"
version = "3.4.0"
version = "3.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64cd236ccc1b7a29e7e2739f27c0b2dd199804abc4290e32f59f3b68d6405c23"
checksum = "f58c3a1b3e418f61c25b2aeb43fc6c95eaa252b8cecdda67f401943e9e08d33f"
dependencies = [
"base64",
"chrono",
@ -1926,9 +1926,9 @@ dependencies = [
[[package]]
name = "serde_with_macros"
version = "3.4.0"
version = "3.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93634eb5f75a2323b16de4748022ac4297f9e76b6dced2be287a099f41b5e788"
checksum = "d2068b437a31fc68f25dd7edc296b078f04b45145c199d8eed9866e45f1ff274"
dependencies = [
"darling",
"proc-macro2",

View File

@ -37,7 +37,7 @@ reqwest = { version = "0.11.23", features = [ "json" ] }
image = "0.24.8"
base64 = "0.21.7"
tempfile = "3.9.0"
serde_with = "3.4.0"
serde_with = "3.5.0"
once_cell = "1.19.0"
webbrowser = "0.8.12"