bump: cargo.lock

This commit is contained in:
0xMRTT 2023-06-17 17:25:23 +02:00
parent f409713732
commit 217fefcfa6
Signed by: 0xMRTT
GPG Key ID: 910B287304120902
1 changed files with 14 additions and 0 deletions

14
Cargo.lock generated
View File

@ -910,6 +910,20 @@ name = "serde"
version = "1.0.164"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e8c8cf938e98f769bc164923b06dce91cea1751522f46f8466461af04c9027d"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.164"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9735b638ccc51c28bf6914d90a2e9725b377144fc612c49a611fddd1b631d68"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"