Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit f532045

Browse files
Bump the cargo group with 2 updates
Bumps the cargo group with 2 updates: [tokio](https://github.com/tokio-rs/tokio) and [openssl](https://github.com/sfackler/rust-openssl). Updates `tokio` from 1.43.0 to 1.43.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.43.0...tokio-1.43.1) Updates `openssl` from 0.10.71 to 0.10.72 - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](rust-openssl/rust-openssl@openssl-v0.10.71...openssl-v0.10.72) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.43.1 dependency-type: direct:production dependency-group: cargo - dependency-name: openssl dependency-version: 0.10.72 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eed04cd commit f532045

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

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
@@ -22,12 +22,12 @@ reqwest = { version = "0.12.12", features = ["stream"] }
2222
futures-util = "0.3.31"
2323
futures = "0.3.31"
2424
indicatif = "0.17.11"
25-
tokio = { version="1.43.0", features = ["rt-multi-thread", "macros"] }
25+
tokio = { version="1.43.1", features = ["rt-multi-thread", "macros"] }
2626
simple-log = "2.3.0"
2727
walkdir = "2.5"
2828

2929
[target.'cfg(unix)'.dependencies]
30-
openssl = { version = "0.10.71", default-features = false, features = ["vendored"] }
30+
openssl = { version = "0.10.72", default-features = false, features = ["vendored"] }
3131

3232
[target.'cfg(windows)'.dependencies]
3333
# todo: update to 2.0.x; needs testing on windows

0 commit comments

Comments
 (0)