Skip to content

Commit 15a0334

Browse files
committed
MOD: Update Rust dependencies
1 parent 1510f8d commit 15a0334

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
- Added explicit `Unset` variant for `SystemCode` and `ErrorCode`
99
- Added `Default` implementation for `SystemCode` and `ErrorCode`
1010

11+
### Breaking changes
12+
- Updated the minimum supported `tokio` version to 1.41, which was released one year ago
13+
1114
## 0.34.1 - 2025-09-30
1215

1316
### Enhancements

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,19 @@ serde_json = { version = "1.0", optional = true }
4646
sha2 = "0.10"
4747
thiserror = "2.0"
4848
time = { version = ">=0.3.35", features = ["macros", "parsing", "serde-human-readable"] }
49-
tokio = { version = ">=1.38", features = ["io-util", "macros"] }
49+
tokio = { version = ">=1.41", features = ["io-util", "macros"] }
5050
# Stream utils
5151
tokio-util = { version = "0.7", features = ["io"], optional = true }
5252
tracing = "0.1"
53-
typed-builder = "0.22"
53+
typed-builder = "0.23"
5454
zstd = { version = "0.13", optional = true }
5555

5656
[dev-dependencies]
5757
anyhow = "1.0.100"
5858
async-compression = { version = "0.4", features = ["tokio", "zstd"] }
59-
clap = { version = "4.5.48", features = ["derive"] }
59+
clap = { version = "4.5.51", features = ["derive"] }
6060
rstest = "0.26.1"
6161
tempfile = "3.23.0"
62-
tokio = { version = "1.47", features = ["full"] }
62+
tokio = { version = "1.48", features = ["full"] }
6363
tracing-subscriber = "0.3.20"
6464
wiremock = "0.6"

0 commit comments

Comments
 (0)