From 2f7fa88bdfa9781be498f2f8b6dc08d9aec6f574 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 12:37:16 +0000 Subject: [PATCH] Bump ryu-js from 1.0.0 to 1.0.1 (#3716) Bumps [ryu-js](https://github.com/boa-dev/ryu-js) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/boa-dev/ryu-js/releases) - [Changelog](https://github.com/boa-dev/ryu-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/boa-dev/ryu-js/compare/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: ryu-js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- core/engine/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"