Skip to content

Commit

Permalink
build(deps): bump serde from 1.0.133 to 1.0.135 (#7673)
Browse files Browse the repository at this point in the history
(cherry picked from commit cd4f23b)
Signed-off-by: Oliver Gould <[email protected]>
  • Loading branch information
dependabot[bot] authored and olix0r committed Mar 31, 2022
1 parent 2d1df27 commit 6a4d2ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1617,9 +1617,9 @@ dependencies = [

[[package]]
name = "serde"
version = "1.0.133"
version = "1.0.135"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97565067517b60e2d1ea8b268e59ce036de907ac523ad83a0475da04e818989a"
checksum = "2cf9235533494ea2ddcdb794665461814781c53f19d87b76e571a1c35acbad2b"
dependencies = [
"serde_derive",
]
Expand All @@ -1636,9 +1636,9 @@ dependencies = [

[[package]]
name = "serde_derive"
version = "1.0.133"
version = "1.0.135"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed201699328568d8d08208fdd080e3ff594e6c422e438b6705905da01005d537"
checksum = "8dcde03d87d4c973c04be249e7d8f0b35db1c848c487bd43032808e59dd8328d"
dependencies = [
"proc-macro2",
"quote",
Expand Down

0 comments on commit 6a4d2ec

Please sign in to comment.