Skip to content

Commit

Permalink
Update Rust crate tokio to 1.33
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2023
1 parent 8eab98f commit 464167d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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.33", features = ["full"] }
futures = "0.3"
futures-core = "0.3"
dotenvy = "0.15"
Expand Down
4 changes: 2 additions & 2 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.33", features = ["full"] }
futures = "0.3"
csv = "1.3"

Expand Down

0 comments on commit 464167d

Please sign in to comment.