Browse Source

Bump chrono from 0.4.30 to 0.4.31 (#3287)

Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.30 to 0.4.31.
- [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.30...v0.4.31)

---
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/3289/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
733c9ca75a
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

@ -715,9 +715,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
version = "0.4.30"
version = "0.4.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "defd4e7873dbddba6c7c91e199c7fcb946abc4a6a4ac3195400bcfb01b5de877"
checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"
dependencies = [
"android-tzdata",
"iana-time-zone",

2
boa_engine/Cargo.toml

@ -64,7 +64,7 @@ num-integer = "0.1.45"
bitflags = "2.4.0"
indexmap = "2.0.0"
ryu-js = "0.2.2"
chrono = { version = "0.4.30", default-features = false, features = ["clock", "std"] }
chrono = { version = "0.4.31", default-features = false, features = ["clock", "std"] }
fast-float = "0.2.0"
once_cell = "1.18.0"
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.87"
getrandom = { version = "0.2.10", features = ["js"] }
chrono = { version = "0.4.30", default-features = false, features = ["clock", "std", "wasmbind"] }
chrono = { version = "0.4.31", default-features = false, features = ["clock", "std", "wasmbind"] }
console_error_panic_hook = "0.1.7"
[features]

Loading…
Cancel
Save