Skip to content

Commit 38dd26f

Browse files
committed
bump deps
1 parent 4c19ac2 commit 38dd26f

3 files changed

Lines changed: 44 additions & 171 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -152,14 +152,10 @@ worker = []
152152
#
153153

154154
[dependencies]
155-
maybe_path = "0.1.0"
155+
maybe_path = "0.1.3"
156156
thiserror = "2.0.4"
157157
serde = "1.0.215"
158158

159-
# CLI argument parsing and dependency management
160-
clap = { version = "4.5.21", features = ["derive"], optional = true }
161-
toml = { version = "0.8.19", optional = true }
162-
163159
# Used for NodeJS compatibility and other features
164160
async-trait = "0.1.83"
165161

@@ -168,14 +164,13 @@ paste = "1.0.15"
168164

169165
# The deno runtime itself, and the webidl extension for the web APIs
170166
deno_core = "0.323.0"
171-
deno_unsync = "0.4.1"
172167

173168
# For transpiling typescript
174169
deno_ast = { version = "=0.43.3", features = ["transpiling", "cjs"] }
175170

176171
# Runtime for async tasks
177172
tokio = "1.42.0"
178-
tokio-util = "0.7.12"
173+
tokio-util = "0.7.13"
179174

180175
# For web
181176
hyper-util = {version = "=0.1.7", optional = true}

0 commit comments

Comments
 (0)