Skip to content

Commit 80eca0e

Browse files
committed
Auto merge of #12528 - epage:downgrade, r=Muscraft
chore: Downgrade serde below the binary blob As of serde 1.0.172, `serde_derive` ships a binary blog for Linux x64 for faster build times. This blob is not yet reproducible to ensure that the safety of it. See serde-rs/serde#2538. See also https://diff.rs/serde_derive/1.0.171/1.0.172/Cargo.toml This is not a judgement on serde or on dtolnay but just a precaution to buy us more time as the community works through this since the beta cut is coming up. rust-1.72 branch is unaffected.
2 parents 7babad7 + 4793669 commit 80eca0e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ rustfix = "0.6.1"
7575
same-file = "1.0.6"
7676
security-framework = "2.9.2"
7777
semver = { version = "1.0.18", features = ["serde"] }
78-
serde = "1.0.180"
78+
serde = "1.0.171"
7979
serde-value = "0.7.0"
8080
serde_ignored = "0.1.9"
8181
serde_json = "1.0.104"

0 commit comments

Comments
 (0)