Browse Source

Bump log from 0.4.19 to 0.4.20 (#3213)

Bumps [log](https://github.com/rust-lang/log) from 0.4.19 to 0.4.20.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/compare/0.4.19...0.4.20)

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

4
Cargo.lock generated

@ -2490,9 +2490,9 @@ dependencies = [
[[package]]
name = "log"
version = "0.4.19"
version = "0.4.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
[[package]]
name = "loupe"

2
boa_icu_provider/Cargo.toml

@ -25,7 +25,7 @@ icu_provider_adapters = { version = "1.2.0", features = ["serde"], optional = tr
once_cell = { version = "1.18.0", default-features = false, features = [
"critical-section",
], optional = true }
log = { version = "0.4.19", optional = true }
log = { version = "0.4.20", optional = true }
simple_logger = { version = "4.2.0", optional = true }
icu_casemapping = { version = "0.7.2", optional = true }

Loading…
Cancel
Save