Skip to content

Commit

Permalink
Update Rust crate tokio to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 5, 2024
1 parent cd7edb5 commit a63b0f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ hyper-tls = "0.3"
log = "0.4"
pretty_env_logger = "0.4"
serde_json = "1.0"
tokio = "0.1.7"
tokio = "1.0.0"
2 changes: 1 addition & 1 deletion holding/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ serde_json = "1.0"
serde_yaml = "0.8"
serde_urlencoded = "0.7"
futures = "0.1.21"
tokio = "0.1.7"
tokio = "1.0.0"
tokio-core = "0.1.18"
failure = "0.1.8"
base64 = "0.9"
Expand Down

0 comments on commit a63b0f8

Please sign in to comment.