Skip to content

Commit

Permalink
Update Rust crate tokio to 1.35
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2023
1 parent 1088a37 commit ee750e6
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.2.2"
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 ee750e6

Please sign in to comment.