Skip to content

Commit

Permalink
Fix cargo deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
ptondereau committed Sep 29, 2022
1 parent 8ee84f4 commit 3051361
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 35 deletions.
63 changes: 30 additions & 33 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 @@ -129,7 +129,7 @@ tar = "0.4"
termimad = "0.20"
tempdir = "0.3"
tempfile = "3.3"
tokio = { version = "1.21", default-features = false, features = ["rt"] }
tokio = "1.21"
tokio-stream = "0.1"
toml = "0.5"
tracing = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ reqwest = { workspace = true, default-features = false, features = ["blocking",
semver = { workspace = true }
serde_json_traversal = { workspace = true }
tempfile = { workspace = true }
tokio = { workspace = true }
tokio = { workspace = true, default-features = false, features = ["rt"] }
tokio-stream = { workspace = true }
which = { workspace = true }
zip = { workspace = true, default-features = false }

0 comments on commit 3051361

Please sign in to comment.