🏡 index : ~doyle/rgit.git

author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2025-04-27 20:15:41.0 +00:00:00
committer GitHub <noreply@github.com> 2025-04-27 20:15:41.0 +00:00:00
commit
a870f552fa27560927a9d5c6ead4e673fb2e4b75 [patch]
tree
39ad852132dff46095c8f6a47e2d2806e0b9484c
parent
1a476f691146854c0afb059d625fd3faac19b924
download
a870f552fa27560927a9d5c6ead4e673fb2e4b75.tar.gz

Bump yoke from 0.7.5 to 0.8.0

Bumps [yoke](https://github.com/unicode-org/icu4x) from 0.7.5 to 0.8.0.
- [Release notes](https://github.com/unicode-org/icu4x/releases)
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/commits)

---
updated-dependencies:
- dependency-name: yoke
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Diff

 Cargo.lock | 34 ++++++++++++++++++++++++++++++----
 Cargo.toml |  2 +-
 2 files changed, 30 insertions(+), 6 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index b62713f..972ea84 100644
--- a/Cargo.lock
+++ a/Cargo.lock
@@ -1629,7 +1629,7 @@
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
dependencies = [
 "displaydoc",
 "yoke",
 "yoke 0.7.5",
 "zerofrom",
 "zerovec",
]
@@ -1724,7 +1724,7 @@
 "stable_deref_trait",
 "tinystr",
 "writeable",
 "yoke",
 "yoke 0.7.5",
 "zerofrom",
 "zerovec",
]
@@ -2499,7 +2499,7 @@
 "uuid",
 "v_htmlescape",
 "xxhash-rust",
 "yoke",
 "yoke 0.8.0",
]

[[package]]
@@ -3590,15 +3590,39 @@
dependencies = [
 "serde",
 "stable_deref_trait",
 "yoke-derive",
 "yoke-derive 0.7.5",
 "zerofrom",
]

[[package]]
name = "yoke"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
dependencies = [
 "serde",
 "stable_deref_trait",
 "yoke-derive 0.8.0",
 "zerofrom",
]

[[package]]
name = "yoke-derive"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
 "synstructure",
]

[[package]]
name = "yoke-derive"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
dependencies = [
 "proc-macro2",
 "quote",
@@ -3673,7 +3697,7 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
dependencies = [
 "yoke",
 "yoke 0.7.5",
 "zerofrom",
 "zerovec-derive",
]
diff --git a/Cargo.toml b/Cargo.toml
index 777cf65..8029c49 100644
--- a/Cargo.toml
+++ a/Cargo.toml
@@ -85,7 +85,7 @@
uuid = { version = "1.11", features = ["v4"] }
v_htmlescape = { version = "0.15", features = ["bytes-buf"] }
xxhash-rust = { version = "0.8.15", features = ["const_xxh3", "xxh3"] }
yoke = { version = "0.7.5", features = ["derive"] }
yoke = { version = "0.8.0", features = ["derive"] }

[features]
zlib-ng = ["flate2/zlib-ng", "gix/zlib-ng"]