fix(deps): update serde to 1.0.186

This commit is contained in:
renovate[bot] 2023-08-24 03:38:50 +00:00 committed by GitHub
parent 5a969d4c6d
commit 334aaed4a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@ egg-mode = { version = "0.16.1", features = [
], default-features = false }
mime = "0.3"
mime_guess = "2.0.4"
serde = "1.0.185"
serde_derive = "1.0.185"
serde = "1.0.186"
serde_derive = "1.0.186"
tokio = { version = "1.32.0", features = ["rt-multi-thread", "macros"] }
toml = "0.7.6"
url = "2.4.0"