Skip to content

Commit 3a2254b

Browse files
Upgrade chrono-tz crate to 0.7 version (#1114)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kai Ren <[email protected]>
1 parent b8a23a1 commit 3a2254b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

juniper/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
2222
- Renamed `rename = "<policy>"` attribute argument to `rename_all = "<policy>"` (following `serde` style). ([#971])
2323
- Upgraded [`bson` crate] integration to [2.0 version](https://github.com/mongodb/bson-rust/releases/tag/v2.0.0). ([#979])
2424
- Upgraded [`uuid` crate] integration to [1.0 version](https://github.com/uuid-rs/uuid/releases/tag/1.0.0). ([#1057])
25+
- Upgraded [`chrono-tz` crate] integration to [0.7 version](https://github.com/chronotope/chrono-tz/blob/107e8716d9e065f0fe712b6ef3a4822df4d366f7/CHANGELOG.md#07). ([#1114])
2526
- Made `FromInputValue` trait methods fallible to allow post-validation. ([#987])
2627
- Redesigned `#[graphql_interface]` macro: ([#1009])
2728
- Removed support for `dyn` attribute argument (interface values as trait objects).
@@ -111,6 +112,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
111112
[#1081]: /../../pull/1081
112113
[#1085]: /../../issues/1085
113114
[#1086]: /../../pull/1086
115+
[#1114]: /../../pull/1114
114116
[ba1ed85b]: /../../commit/ba1ed85b3c3dd77fbae7baf6bc4e693321a94083
115117
[CVE-2022-31173]: /../../security/advisories/GHSA-4rx6-g5vg-5f3j
116118

@@ -126,6 +128,7 @@ See [old CHANGELOG](/../../blob/juniper-v0.15.9/juniper/CHANGELOG.md).
126128

127129
[`bson` crate]: https://docs.rs/bson
128130
[`chrono` crate]: https://docs.rs/chrono
131+
[`chrono-tz` crate]: https://docs.rs/chrono-tz
129132
[`time` crate]: https://docs.rs/time
130133
[Cargo feature]: https://doc.rust-lang.org/cargo/reference/features.html
131134
[graphql-scalars.dev]: https://graphql-scalars.dev

juniper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ async-trait = "0.1.39"
4141
bigdecimal = { version = "0.3", optional = true }
4242
bson = { version = "2.4", features = ["chrono-0_4"], optional = true }
4343
chrono = { version = "0.4.20", features = ["alloc"], default-features = false, optional = true }
44-
chrono-tz = { version = "0.6", default-features = false, optional = true }
44+
chrono-tz = { version = "0.7", default-features = false, optional = true }
4545
fnv = "1.0.3"
4646
futures = { version = "0.3.22", features = ["alloc"], default-features = false }
4747
futures-enum = { version = "0.1.12", default-features = false }

0 commit comments

Comments
 (0)