diff --git a/Cargo.lock b/Cargo.lock index ba0b91097..12274859e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3210,18 +3210,18 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" [[package]] name = "serde" -version = "1.0.130" +version = "1.0.131" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913" +checksum = "b4ad69dfbd3e45369132cc64e6748c2d65cdfb001a2b1c232d128b4ad60561c1" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.130" +version = "1.0.131" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b" +checksum = "b710a83c4e0dff6a3d511946b95274ad9ca9e5d3ae497b63fda866ac955358d2" dependencies = [ "proc-macro2", "quote", diff --git a/core/Cargo.toml b/core/Cargo.toml index 6bfc0e86f..bf82e029f 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -33,7 +33,7 @@ chrono = "0.4" instant = "0.1" encoding_rs = "0.8.30" rand = { version = "0.8.4", features = ["std", "small_rng"], default-features = false } -serde = { version = "1.0.130", features = ["derive"], optional = true } +serde = { version = "1.0.131", features = ["derive"], optional = true } nellymoser-rs = { git = "https://github.com/ruffle-rs/nellymoser" } h263-rs = { git = "https://github.com/ruffle-rs/h263-rs", rev = "03dcd486e88381635647a7386105cb802921b69c", optional = true } h263-rs-yuv = { git = "https://github.com/ruffle-rs/h263-rs", rev = "03dcd486e88381635647a7386105cb802921b69c", optional = true } diff --git a/web/Cargo.toml b/web/Cargo.toml index d0781624f..089630cde 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -43,7 +43,7 @@ wasm-bindgen = { version = "=0.2.78", features = ["serde-serialize"] } wasm-bindgen-futures = "0.4.28" chrono = { version = "0.4", features = ["wasmbind"] } getrandom = { version = "0.2", features = ["js"] } -serde = { version = "1.0.130", features = ["derive"] } +serde = { version = "1.0.131", features = ["derive"] } thiserror = "1.0" base64 = "0.13.0"