Skip to content

Commit

Permalink
Auto merge of #110078 - fee1-dead-contrib:bump-serde, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Bump serde to use syn 2.0

cc #109302
  • Loading branch information
bors committed Apr 10, 2023
2 parents d4be8ef + 3b187c3 commit 2a198c7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5723,9 +5723,9 @@ dependencies = [

[[package]]
name = "serde"
version = "1.0.147"
version = "1.0.159"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"
checksum = "3c04e8343c3daeec41f58990b9d77068df31209f2af111e059e9fe9646693065"
dependencies = [
"serde_derive",
]
Expand All @@ -5742,13 +5742,13 @@ dependencies = [

[[package]]
name = "serde_derive"
version = "1.0.147"
version = "1.0.159"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852"
checksum = "4c614d17805b093df4b147b51339e7e44bf05ef59fba1e45d83500bcfb4d8585"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.102",
"syn 2.0.8",
]

[[package]]
Expand Down

0 comments on commit 2a198c7

Please sign in to comment.