Skip to content

Commit c7e9d3e

Browse files
committed
deps: update dependencies
- eyre: 0.4 => 0.6.12 - hashbrown: 0.9 => 0.15.0 - indexmap: 1.6 => 2.6.0 - num-complex: 0.2 => 0.4.6 - chrono-tz: 0.10 => 0.11
1 parent d2a8251 commit c7e9d3e

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ anyhow = { version = "1.0.1", optional = true }
3636
chrono = { version = "0.4.25", default-features = false, optional = true }
3737
chrono-tz = { version = ">= 0.6, < 0.11", default-features = false, optional = true }
3838
either = { version = "1.9", optional = true }
39-
eyre = { version = ">= 0.4, < 0.7", optional = true }
40-
hashbrown = { version = ">= 0.9, < 0.16", optional = true }
41-
indexmap = { version = ">= 1.6, < 3", optional = true }
39+
eyre = { version = ">= 0.6.12, < 0.7", optional = true }
40+
hashbrown = { version = ">= 0.15.0, < 0.16", optional = true }
41+
indexmap = { version = ">= 2.6.0, < 3", optional = true }
4242
num-bigint = { version = "0.4.2", optional = true }
43-
num-complex = { version = ">= 0.2, < 0.5", optional = true }
43+
num-complex = { version = ">= 0.4.6, < 0.5", optional = true }
4444
num-rational = {version = "0.4.1", optional = true }
4545
rust_decimal = { version = "1.15", default-features = false, optional = true }
4646
serde = { version = "1.0", optional = true }
@@ -52,7 +52,7 @@ portable-atomic = "1.0"
5252
[dev-dependencies]
5353
assert_approx_eq = "1.1.0"
5454
chrono = "0.4.25"
55-
chrono-tz = ">= 0.6, < 0.11"
55+
chrono-tz = ">= 0.10, < 0.11"
5656
# Required for "and $N others" normalization
5757
trybuild = ">=1.0.70"
5858
proptest = { version = "1.0", default-features = false, features = ["std"] }

newsfragments/4617.packaging.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
deps: update dependencies
2+
3+
- eyre: 0.4 => 0.6.12
4+
- hashbrown: 0.9 => 0.15.0
5+
- indexmap: 1.6 => 2.6.0
6+
- num-complex: 0.2 => 0.4.6
7+
- chrono-tz: 0.10 => 0.11

0 commit comments

Comments
 (0)