fix(deps): update rust crate serde to 1.0.142

This commit is contained in:
renovate[bot] 2022-08-03 15:21:30 +00:00
parent 744386069f
commit b9d97fb889
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -275,18 +275,18 @@ checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"
[[package]]
name = "serde"
version = "1.0.141"
version = "1.0.142"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7af873f2c95b99fcb0bd0fe622a43e29514658873c8ceba88c4cb88833a22500"
checksum = "e590c437916fb6b221e1d00df6e3294f3fccd70ca7e92541c475d6ed6ef5fee2"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.141"
version = "1.0.142"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75743a150d003dd863b51dc809bcad0d73f2102c53632f1e954e738192a3413f"
checksum = "34b5b8d809babe02f538c2cfec6f2c1ed10804c0e5a6a041a049a4f5588ccc2e"
dependencies = [
"proc-macro2",
"quote",

View File

@ -21,7 +21,7 @@ sha1 = { version = "0.10.1", optional = true }
sha2 = { version = "0.10.2", optional = true }
hmac = { version = "0.12.1", optional = true }
chrono = { version = "0.4.19", optional = true }
serde = { version = "1.0.141", optional = true }
serde = { version = "1.0.142", optional = true }
jsonwebtoken = { version = "8.1.1", optional = true }
thiserror = "1.0.32"