🏡 index : ~doyle/rgit.git

author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2025-04-03 8:53:22.0 +00:00:00
committer GitHub <noreply@github.com> 2025-04-03 8:53:22.0 +00:00:00
commit
6a938ce00fc54e2f56478aab3a7aa59e1624606b [patch]
tree
06bb318cd391370f07505e2b0879ae830598aa62
parent
c505fcd27bb93f8ae5f24216e8b4f4a6e650b23e
download
dependabot/cargo/yoke-0.8.0.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 d3e46c7..255e577 100644
--- a/Cargo.lock
+++ a/Cargo.lock
@@ -1698,7 +1698,7 @@
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
dependencies = [
 "displaydoc",
 "yoke",
 "yoke 0.7.5",
 "zerofrom",
 "zerovec",
]
@@ -1793,7 +1793,7 @@
 "stable_deref_trait",
 "tinystr",
 "writeable",
 "yoke",
 "yoke 0.7.5",
 "zerofrom",
 "zerovec",
]
@@ -2567,7 +2567,7 @@
 "uuid",
 "v_htmlescape",
 "xxhash-rust",
 "yoke",
 "yoke 0.8.0",
]

[[package]]
@@ -3655,15 +3655,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",
@@ -3719,7 +3743,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 5b9ed63..e15ba91 100644
--- a/Cargo.toml
+++ a/Cargo.toml
@@ -83,7 +83,7 @@
uuid = { version = "1.11", features = ["v4"] }
v_htmlescape = { version = "0.15", features = ["bytes-buf"] }
xxhash-rust = { version = "0.8.15", features = ["const_xxh3"] }
yoke = { version = "0.7.5", features = ["derive"] }
yoke = { version = "0.8.0", features = ["derive"] }

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