fix(deps): update serde monorepo to 1.0.199

This commit is contained in:
renovate[bot] 2024-04-27 05:09:42 +00:00 committed by GitHub
parent 52be47c355
commit 75f4a4ea36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

8
Cargo.lock generated
View File

@ -615,9 +615,9 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
[[package]]
name = "serde"
version = "1.0.198"
version = "1.0.199"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9846a40c979031340571da2545a4e5b7c4163bdae79b301d5f86d03979451fcc"
checksum = "0c9f6e76df036c77cd94996771fb40db98187f096dd0b9af39c6c6e452ba966a"
dependencies = [
"serde_derive",
]
@ -637,9 +637,9 @@ dependencies = [
[[package]]
name = "serde_derive"
version = "1.0.198"
version = "1.0.199"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e88edab869b01783ba905e7d0153f9fc1a6505a96e4ad3018011eedb838566d9"
checksum = "11bd257a6541e141e42ca6d24ae26f7714887b47e89aa739099104c7e4d3b7fc"
dependencies = [
"proc-macro2",
"quote",

View File

@ -18,8 +18,8 @@ basic-toml = "0.1.9"
dirs = "5.0.1"
futures = "0.3.30"
globset = "0.4.14"
serde = "1.0.198"
serde_derive = "1.0.198"
serde = "1.0.199"
serde_derive = "1.0.199"
tokio = { version = "1.37.0", features = ["tokio-macros"] }
tracing = "0.1.40"
tracing-journald = { version = "0.3.0", optional = true }