Skip to content

Commit d4a4d9f

Browse files
Bump tokio from 1.42.0 to 1.43.1 in the cargo group across 1 directory
Bumps the cargo group with 1 update in the / directory: [tokio](https://github.com/tokio-rs/tokio). Updates `tokio` from 1.42.0 to 1.43.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.42.0...tokio-1.43.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.43.1 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent caac5ba commit d4a4d9f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ log = "0.4.22"
2323
log4rs = { version = "1.3.0", default-features = false, features=["file_appender", "pattern_encoder"]}
2424
nom = "7.1.3"
2525
thiserror = "2.0.10"
26-
tokio = { version = "1.42.0", features = ["macros", "rt-multi-thread"] }
26+
tokio = { version = "1.43.1", features = ["macros", "rt-multi-thread"] }
2727
url = "2.5.4"
2828

2929
[dev-dependencies]

0 commit comments

Comments
 (0)