Browse Source

Bump chrono from 0.4.15 to 0.4.18 (#726)

Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.15 to 0.4.18.
- [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.15...v0.4.18)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/733/head
dependabot[bot] 4 years ago committed by GitHub
parent
commit
fa07d4ac8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      Cargo.lock
  2. 2
      boa/Cargo.toml

6
Cargo.lock generated

@ -180,13 +180,15 @@ checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
[[package]]
name = "chrono"
version = "0.4.15"
version = "0.4.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "942f72db697d8767c22d46a598e01f2d3b475501ea43d0db4f16d90259182d0b"
checksum = "d021fddb7bd3e734370acfa4a83f34095571d8570c039f1420d77540f68d5772"
dependencies = [
"libc",
"num-integer",
"num-traits",
"time",
"winapi",
]
[[package]]

2
boa/Cargo.toml

@ -25,7 +25,7 @@ num-integer = "0.1.43"
bitflags = "1.2.1"
indexmap = "1.6.0"
ryu-js = "0.2.1"
chrono = "0.4.15"
chrono = "0.4.18"
# Optional Dependencies
serde = { version = "1.0.116", features = ["derive"], optional = true }

Loading…
Cancel
Save