fix(deps): update serde to 1.0.176

This commit is contained in:
renovate[bot] 2023-07-26 21:43:30 +00:00 committed by GitHub
parent d10a9be0b2
commit 6ed2a586ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

8
Cargo.lock generated
View file

@ -598,15 +598,15 @@ dependencies = [
[[package]] [[package]]
name = "serde" name = "serde"
version = "1.0.175" version = "1.0.176"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d25439cd7397d044e2748a6fe2432b5e85db703d6d097bd014b3c0ad1ebff0b" checksum = "76dc28c9523c5d70816e393136b86d48909cfb27cecaa902d338c19ed47164dc"
[[package]] [[package]]
name = "serde_derive" name = "serde_derive"
version = "1.0.175" version = "1.0.176"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b23f7ade6f110613c0d63858ddb8b94c1041f550eab58a16b371bdf2c9c80ab4" checksum = "a4e7b8c5dc823e3b90651ff1d3808419cd14e5ad76de04feaf37da114e7a306f"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",

View file

@ -19,8 +19,8 @@ clipboard-master = "3.1.3"
copypasta = { version = "0.8.2", default-features = false, features = ["x11"] } copypasta = { version = "0.8.2", default-features = false, features = ["x11"] }
dirs = "5.0.1" dirs = "5.0.1"
regex = "1.9.1" regex = "1.9.1"
serde = "1.0.175" serde = "1.0.176"
serde_derive = "1.0.175" serde_derive = "1.0.176"
toml = "0.7.6" toml = "0.7.6"
tracing = "0.1.37" tracing = "0.1.37"
tracing-journald = { version = "0.3.0", optional = true } tracing-journald = { version = "0.3.0", optional = true }