fix(deps): update rust crate serde to 1.0.148

This commit is contained in:
renovate[bot] 2022-11-28 03:45:19 +00:00 committed by GitHub
parent 78ae2e406e
commit f33254f525
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ sha1 = { version = "0.10.5", optional = true }
sha2 = { version = "0.10.6", optional = true }
hmac = { version = "0.12.1", optional = true }
chrono = { version = "0.4.23", optional = true }
serde = { version = "1.0.147", optional = true }
serde = { version = "1.0.148", optional = true }
jsonwebtoken = { version = "8.1.1", optional = true }
thiserror = "1.0.37"