fix(deps): update serde to 1.0.137

This commit is contained in:
Renovate Bot 2022-05-01 12:49:55 +00:00 committed by Harsh Shandilya
parent 7274d8acb2
commit 95835ccdfd
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
2 changed files with 6 additions and 6 deletions

View file

@ -18,8 +18,8 @@ clipboard-master = "3.1.3"
copypasta = { version = "0.7.1", default-features = false, features = ["x11"] }
dirs = "4.0.0"
regex = "1.5.5"
serde = "1.0.136"
serde_derive = "1.0.136"
serde = "1.0.137"
serde_derive = "1.0.137"
toml = "0.5.9"
tracing = "0.1.34"
tracing-journald = { version = "0.3.0", optional = true }