diff --git a/Cargo.lock b/Cargo.lock index f3926a8a60..dda5ccdaad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3247,9 +3247,9 @@ checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c" [[package]] name = "ryu-js" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4950d85bc52415f8432144c97c4791bd0c4f7954de32a7270ee9cccd3c22b12b" +checksum = "ad97d4ce1560a5e27cec89519dc8300d1aa6035b099821261c651486a19e44d5" [[package]] name = "same-file" diff --git a/core/engine/Cargo.toml b/core/engine/Cargo.toml index 3b735707ce..154ff4870c 100644 --- a/core/engine/Cargo.toml +++ b/core/engine/Cargo.toml @@ -83,7 +83,7 @@ num-bigint = { workspace = true, features = ["serde"] } num-integer = "0.1.46" bitflags.workspace = true indexmap = { workspace = true, features = ["std"] } -ryu-js = "1.0.0" +ryu-js = "1.0.1" fast-float.workspace = true once_cell = { workspace = true, features = ["std"] } tap = "1.0.1"