Skip to content

Commit e39a28a

Browse files
authored
Merge pull request #243 from brave/dependabot/cargo/misc/test-client/tokio-1.43.1
Bump tokio from 1.42.0 to 1.43.1 in /misc/test-client
2 parents 9c07844 + 5d5766a commit e39a28a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

misc/test-client/Cargo.lock

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

misc/test-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ base64 = "0.21"
99
rand = "0.8"
1010
clap = { version = "4.5", features = ["derive"] }
1111
reqwest = { version = "0.12", features = ["json"] }
12-
tokio = { version = "1.37", features = ["full"] }
12+
tokio = { version = "1.43", features = ["full"] }
1313
futures = "0.3"
1414
csv = "1.3"
1515
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)