Merge pull request #1481 from comit-network/dependabot/cargo/serde-1.0.193

build(deps): bump serde from 1.0.164 to 1.0.193
pull/1482/head
Byron Hambly 6 months ago committed by GitHub
commit 9f401cd471
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
Cargo.lock generated

@ -3735,9 +3735,9 @@ dependencies = [
[[package]]
name = "serde"
version = "1.0.164"
version = "1.0.193"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e8c8cf938e98f769bc164923b06dce91cea1751522f46f8466461af04c9027d"
checksum = "25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89"
dependencies = [
"serde_derive",
]
@ -3764,9 +3764,9 @@ dependencies = [
[[package]]
name = "serde_derive"
version = "1.0.164"
version = "1.0.193"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9735b638ccc51c28bf6914d90a2e9725b377144fc612c49a611fddd1b631d68"
checksum = "43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3"
dependencies = [
"proc-macro2",
"quote",

Loading…
Cancel
Save