From 8abe5bb04977240145a2cbf44fe7eeffbddc70fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2020 09:06:05 +0200 Subject: [PATCH] Bump ryu-js from 0.2.0 to 0.2.1 (#697) Bumps [ryu-js](https://github.com/boa-dev/ryu-js) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/boa-dev/ryu-js/releases) - [Changelog](https://github.com/boa-dev/ryu-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/boa-dev/ryu-js/compare/v0.2.0...v0.2.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- boa/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b0923e672f..b84a4e6d7a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -914,9 +914,9 @@ checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" [[package]] name = "ryu-js" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1010bb9c1f68556b130d631f92fa5e78a2f15a7befcbfbbba51bdb35088149e9" +checksum = "e26864181681b29144524f5856471a3c8dbe1a02f4fdd6f6f74d5e2528d96f42" [[package]] name = "same-file" diff --git a/boa/Cargo.toml b/boa/Cargo.toml index e83feecf08..b32b3dc896 100644 --- a/boa/Cargo.toml +++ b/boa/Cargo.toml @@ -24,7 +24,7 @@ num-bigint = { version = "0.3.0", features = ["serde"] } num-integer = "0.1.43" bitflags = "1.2.1" indexmap = "1.6.0" -ryu-js = "0.2.0" +ryu-js = "0.2.1" chrono = "0.4.15" # Optional Dependencies