Skip to content

Commit

Permalink
Merge pull request #132 from mdpadberg/renovate/tokio-1.x
Browse files Browse the repository at this point in the history
Update Rust crate tokio to 1.37.0
  • Loading branch information
mdpadberg authored May 2, 2024
2 parents 175c6e4 + 01e787a commit 8204a33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ log = "0.4.21"
env_logger = "0.11.3"
prettytable-rs = "0.10.0"
lib = { path = "../lib" }
tokio = { version = "1", features = ["full"] }
tokio = { version = "1.37.0", features = ["full"] }
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ anyhow = "1.0.82"
dirs = "5.0.1"
serde = { version = "1.0.200", features = ["derive"] }
serde_yaml = "0.9.34"
tokio = { version = "1", features = ["full"] }
tokio = { version = "1.37.0", features = ["full"] }
strum = { version = "0.26.2", features = ["derive"] }

[dev-dependencies]
Expand Down

0 comments on commit 8204a33

Please sign in to comment.