Browse Source

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/2988/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
14176a2cee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.lock
  2. 2
      boa_engine/Cargo.toml
  3. 2
      boa_wasm/Cargo.toml

4
Cargo.lock generated

@ -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",

2
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"

2
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"]

Loading…
Cancel
Save