Skip to content

Commit 299a7dc

Browse files
chore(deps): bump the minor-patch group with 3 updates
Bumps the minor-patch group with 3 updates: [tokio](https://github.com/tokio-rs/tokio), [quick-xml](https://github.com/tafia/quick-xml) and [clap_complete](https://github.com/clap-rs/clap). Updates `tokio` from 1.52.1 to 1.52.3 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.52.1...tokio-1.52.3) Updates `quick-xml` from 0.39.2 to 0.39.4 - [Release notes](https://github.com/tafia/quick-xml/releases) - [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md) - [Commits](tafia/quick-xml@v0.39.2...v0.39.4) Updates `clap_complete` from 4.6.3 to 4.6.4 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.6.3...clap_complete-v4.6.4) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.52.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: quick-xml dependency-version: 0.39.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: clap_complete dependency-version: 4.6.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ee59e94 commit 299a7dc

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ url = "2.5"
2727
urlencoding = "2.1"
2828

2929
# Async runtime
30-
tokio = { version = "1.49", features = ["full"] }
30+
tokio = { version = "1.52", features = ["full"] }
3131

3232
# Serialization
3333
serde = { version = "1.0", features = ["derive"] }
@@ -39,7 +39,7 @@ quick-xml = { version = "0.39", features = ["serialize"] }
3939

4040
# CLI argument parsing
4141
clap = { version = "4.5", features = ["derive"] }
42-
clap_complete = "4.5"
42+
clap_complete = "4.6"
4343

4444
# Logging
4545
tracing = "0.1"

0 commit comments

Comments
 (0)