From 118d5a590a04a5a0fa57d0b1abb5c2b9f1e7a1ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 14:27:37 +0000 Subject: [PATCH 1/2] Update compact_str requirement from 0.9 to 0.10 Updates the requirements on [compact_str](https://github.com/ParkMyCar/compact_str) to permit the latest version. - [Changelog](https://github.com/ParkMyCar/compact_str/blob/main/CHANGELOG.md) - [Commits](https://github.com/ParkMyCar/compact_str/compare/v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: compact_str dependency-version: 0.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- juniper/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/juniper/Cargo.toml b/juniper/Cargo.toml index 3fe84e110..85b24cd6d 100644 --- a/juniper/Cargo.toml +++ b/juniper/Cargo.toml @@ -51,7 +51,7 @@ bigdecimal = { version = "0.4", optional = true } bson = { version = "3.0", optional = true } chrono = { version = "0.4.30", features = ["alloc"], default-features = false, optional = true } chrono-tz = { version = "0.10", default-features = false, optional = true } -compact_str = "0.9" +compact_str = "0.10" derive_more = { version = "2.0", features = ["debug", "deref", "display", "error", "from", "into", "into_iterator", "try_into"] } fnv = "1.0.5" futures = { version = "0.3.22", features = ["alloc"], default-features = false } @@ -85,7 +85,7 @@ void = { version = "1.0.2", optional = true } arcstr = { version = "1.1", features = ["serde"] } bencher = "0.1.2" chrono = { version = "0.4.30", features = ["alloc"], default-features = false } -compact_str = { version = "0.9", features = ["serde"] } +compact_str = { version = "0.10", features = ["serde"] } jiff = { version = "0.2", features = ["tzdb-bundle-always"], default-features = false } pretty_assertions = "1.0.0" serde_json = "1.0.18" From bbc25124700f97cfb1fab8f27d3d422e5f1ce565 Mon Sep 17 00:00:00 2001 From: Kai Ren Date: Mon, 13 Jul 2026 17:49:05 +0300 Subject: [PATCH 2/2] Fill up CHANGELOG --- juniper/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/juniper/CHANGELOG.md b/juniper/CHANGELOG.md index 40a954c53..d16231cc8 100644 --- a/juniper/CHANGELOG.md +++ b/juniper/CHANGELOG.md @@ -22,6 +22,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi - Added `LexerError::UnterminatedBlockString` variant. ([#1349]) - Fixed `ValuesStream` to return batch of `ExecutionError`s instead of a single one. ([#1371]) - Added `GraphQLError::NotSupported` variant. ([#1378]) +- Upgraded [`compact_str` crate] integration to [0.10 version](https://github.com/ParkMyCar/compact_str/blob/v0.10.0/CHANGELOG.md#0100). ([#1387]) ### Added @@ -83,6 +84,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi [#1376]: /../../pull/1376 [#1377]: /../../pull/1377 [#1378]: /../../pull/1378 +[#1387]: /../../pull/1387 [graphql/graphql-spec#525]: https://github.com/graphql/graphql-spec/pull/525 [graphql/graphql-spec#687]: https://github.com/graphql/graphql-spec/issues/687 [graphql/graphql-spec#805]: https://github.com/graphql/graphql-spec/pull/805 @@ -490,6 +492,7 @@ See [old CHANGELOG](/../../blob/juniper-v0.15.12/juniper/CHANGELOG.md). [`bson` crate]: https://docs.rs/bson [`chrono` crate]: https://docs.rs/chrono [`chrono-tz` crate]: https://docs.rs/chrono-tz +[`compact_str` crate]: https://docs.rs/compact_str [`derive_more` crate]: https://docs.rs/derive_more [`jiff` crate]: https://docs.rs/jiff [`time` crate]: https://docs.rs/time