diff --git a/Cargo.lock b/Cargo.lock index bb3dccd6b5d..c23edb4370a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5815,9 +5815,9 @@ checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" [[package]] name = "serde" -version = "1.0.205" +version = "1.0.206" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e33aedb1a7135da52b7c21791455563facbbcc43d0f0f66165b42c21b3dfb150" +checksum = "5b3e4cd94123dd520a128bcd11e34d9e9e423e7e3e50425cb1b4b1e3549d0284" dependencies = [ "serde_derive", ] @@ -5833,9 +5833,9 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.205" +version = "1.0.206" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "692d6f5ac90220161d6774db30c662202721e64aed9058d2c394f451261420c1" +checksum = "fabfb6138d2383ea8208cf98ccf69cdfb1aff4088460681d84189aa259762f97" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index f09a2f382d8..272b9fa07a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -98,7 +98,7 @@ rustls-pemfile = "1.0.4" script_layout_interface = { path = "components/shared/script_layout" } script_traits = { path = "components/shared/script" } selectors = { git = "https://github.com/servo/stylo", branch = "2024-07-16" } -serde = "1.0.205" +serde = "1.0.206" serde_bytes = "0.11" serde_json = "1.0" servo-media = { git = "https://github.com/servo/media" }