Skip to content

Commit

Permalink
Merge pull request #86 from brave/renovate/tokio-1.x
Browse files Browse the repository at this point in the history
Update Rust crate tokio to 1.35
  • Loading branch information
DJAndries authored Dec 9, 2023
2 parents 0ab0dfb + ee750e6 commit 22efac2
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sta-rs = "0.3.0"
actix-web = "4"
env_logger = "0.10"
log = "0.4"
tokio = { version = "1.32", features = ["full"] }
tokio = { version = "1.35", features = ["full"] }
futures = "0.3"
futures-core = "0.3"
dotenvy = "0.15"
Expand Down
22 changes: 11 additions & 11 deletions misc/test-client/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion misc/test-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ base64 = "0.21"
rand = "0.8"
clap = { version = "4.3", features = ["derive"] }
reqwest = "0.11"
tokio = { version = "1.32", features = ["full"] }
tokio = { version = "1.35", features = ["full"] }
futures = "0.3"
csv = "1.3"

Expand Down

0 comments on commit 22efac2

Please sign in to comment.