diff --git a/toolkit/library/gtest/rust/Cargo.toml b/toolkit/library/gtest/rust/Cargo.toml index 8bb3b983d4d4..364811597f8a 100644 --- a/toolkit/library/gtest/rust/Cargo.toml +++ b/toolkit/library/gtest/rust/Cargo.toml @@ -49,4 +49,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", feature = "deserialize_in_place" } +serde_derive = { git = "https://github.com/gankro/serde", branch = "deserialize_from_enums4" } diff --git a/toolkit/library/rust/Cargo.toml b/toolkit/library/rust/Cargo.toml index 3a858dbb569e..099f1234258d 100644 --- a/toolkit/library/rust/Cargo.toml +++ b/toolkit/library/rust/Cargo.toml @@ -49,4 +49,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", feature = "deserialize_in_place" } +serde_derive = { git = "https://github.com/gankro/serde", branch = "deserialize_from_enums4" }