Browse Source

Bump sys-locale from 0.3.0 to 0.3.1 (#3260)

Bumps [sys-locale](https://github.com/1Password/sys-locale) from 0.3.0 to 0.3.1.
- [Release notes](https://github.com/1Password/sys-locale/releases)
- [Changelog](https://github.com/1Password/sys-locale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/1Password/sys-locale/compare/v0.3.0...v0.3.1)

---
updated-dependencies:
- dependency-name: sys-locale
  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/3262/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
abef8b2f9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      Cargo.lock
  2. 2
      boa_engine/Cargo.toml

5
Cargo.lock generated

@ -3963,12 +3963,11 @@ dependencies = [
[[package]]
name = "sys-locale"
version = "0.3.0"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea0b9eefabb91675082b41eb94c3ecd91af7656caee3fb4961a07c0ec8c7ca6f"
checksum = "e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0"
dependencies = [
"libc",
"windows-sys 0.45.0",
]
[[package]]

2
boa_engine/Cargo.toml

@ -92,7 +92,7 @@ icu_segmenter = { version = "1.2.1", features = ["serde"], optional = true }
writeable = { version = "0.5.2", optional = true }
yoke = { version = "0.7.1", optional = true }
zerofrom = { version = "0.1.2", optional = true }
sys-locale = { version = "0.3.0", optional = true }
sys-locale = { version = "0.3.1", optional = true }
[dev-dependencies]
criterion = "0.5.1"

Loading…
Cancel
Save