Skip to content

Commit f7f6b3a

Browse files
Bump dependencies (#1621)
* Bump dependencies * pin old tokio-util We use old deno and old deno wants old tokio. This is apparently the last compatible tokio-util version. --------- Co-authored-by: Matthew Donoughe <mdonoughe@veracode.com>
1 parent 1fbb04f commit f7f6b3a

2 files changed

Lines changed: 26 additions & 23 deletions

File tree

Cargo.lock

Lines changed: 25 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ tempfile = "3.3.0"
7272
textwrap = "0.16.0"
7373
thiserror = "2.0.3"
7474
tokio = { version = "^1.0", features = ["full"] }
75+
tokio-util = "=0.7.15"
7576
toml = "0.8.19"
7677
unicode-width = "0.2.0"
7778
url = { version = "2", features = ["serde"] }

0 commit comments

Comments
 (0)