From 14176a2cee5e38a40128065202ee54169044e36c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 12:43:20 +0200 Subject: [PATCH] Bump chrono from 0.4.25 to 0.4.26 (#2982) Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.25 to 0.4.26. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.25...v0.4.26) --- updated-dependencies: - dependency-name: chrono 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 ++-- boa_engine/Cargo.toml | 2 +- boa_wasm/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3fc4a3bbfb..1be9b71422 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -720,9 +720,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.25" +version = "0.4.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdbc37d37da9e5bce8173f3a41b71d9bf3c674deebbaceacd0ebdabde76efb03" +checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5" dependencies = [ "android-tzdata", "iana-time-zone", diff --git a/boa_engine/Cargo.toml b/boa_engine/Cargo.toml index ea433e02ed..fa667fbc20 100644 --- a/boa_engine/Cargo.toml +++ b/boa_engine/Cargo.toml @@ -64,7 +64,7 @@ num-integer = "0.1.45" bitflags = "2.3.1" indexmap = "1.9.3" ryu-js = "0.2.2" -chrono = { version = "0.4.25", default-features = false, features = ["clock", "std"] } +chrono = { version = "0.4.26", default-features = false, features = ["clock", "std"] } fast-float = "0.2.0" once_cell = "1.17.2" tap = "1.0.1" diff --git a/boa_wasm/Cargo.toml b/boa_wasm/Cargo.toml index dc77f01c5f..beaf443d6f 100644 --- a/boa_wasm/Cargo.toml +++ b/boa_wasm/Cargo.toml @@ -15,7 +15,7 @@ rust-version.workspace = true boa_engine.workspace = true wasm-bindgen = "0.2.86" getrandom = { version = "0.2.9", features = ["js"] } -chrono = { version = "0.4.25", features = ["clock", "std", "wasmbind"] } +chrono = { version = "0.4.26", features = ["clock", "std", "wasmbind"] } [features] default = ["boa_engine/annex-b"]