diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-02-06 02:00:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-06 02:00:57 +0000 |
commit | cb7688314b61b8b61af2e5503df2022db44173c0 (patch) | |
tree | 4a3c7e8759ba900af022a13c55f4087de1ff45f6 /deny.toml | |
parent | 64ac58b7f261cb9b927098cdcf0e19f96df56f63 (diff) | |
download | servo-cb7688314b61b8b61af2e5503df2022db44173c0.tar.gz servo-cb7688314b61b8b61af2e5503df2022db44173c0.zip |
build(deps): bump string_cache from 0.8.7 to 0.8.8 (#35269)
Bumps [string_cache](https://github.com/servo/string-cache) from 0.8.7 to 0.8.8.
- [Release notes](https://github.com/servo/string-cache/releases)
- [Commits](https://github.com/servo/string-cache/commits)
---
updated-dependencies:
- dependency-name: string_cache
dependency-type: direct:production
update-type: version-update:semver-patch
...
Fixes #31516.
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'deny.toml')
-rw-r--r-- | deny.toml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/deny.toml b/deny.toml index d1fe883bcc2..c380877b568 100644 --- a/deny.toml +++ b/deny.toml @@ -124,10 +124,6 @@ skip = [ # wgpu-hal depends on 0.5.0. "ndk-sys", - # Required until a new version of string-cache is released. - "phf_generator", - "phf_shared", - # icu (from mozjs) uses old version # tracing-subscriber (tokio-rs/tracing#3033) uses old version # regex -> regex-automata 0.4.7 |