diff --git a/.cargo/config.in b/.cargo/config.in index 7fa81e05b9058..281b55d7a4a4b 100644 --- a/.cargo/config.in +++ b/.cargo/config.in @@ -7,9 +7,9 @@ registry = 'https://github.com/rust-lang/crates.io-index' replace-with = 'vendored-sources' -[source."https://github.com/gankro/serde"] -git = "https://github.com/gankro/serde" -branch = "deserialize_from_enums4" +[source."https://github.com/servo/serde"] +git = "https://github.com/servo/serde" +branch = "deserialize_from_enums5" replace-with = "vendored-sources" [source.vendored-sources] diff --git a/Cargo.toml b/Cargo.toml index 158db0f5214f4..faafa36470490 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,4 +58,4 @@ codegen-units = 1 [patch.crates-io] libudev-sys = { path = "dom/webauthn/libudev-sys" } -serde_derive = { git = "https://github.com/gankro/serde", branch = "deserialize_from_enums4" } +serde_derive = { git = "https://github.com/servo/serde", branch = "deserialize_from_enums5" }