Skip to content

Commit

Permalink
chore: πŸ€– bump napi retry (#2784)
Browse files Browse the repository at this point in the history
* chore: πŸ€– bump napi retry

* chore: πŸ€– use main cargo.toml

* chore: minimum change

* fix: πŸ› syntax error

* chore: πŸ€– update lock

* fix: πŸ› check rs

* chore: πŸ€– lock
  • Loading branch information
IWANABETHATGUY committed Apr 24, 2023
1 parent 7c26a2d commit 01f1241
Show file tree
Hide file tree
Showing 7 changed files with 108 additions and 82 deletions.
63 changes: 35 additions & 28 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

45 changes: 23 additions & 22 deletions Cargo.toml
Expand Up @@ -17,29 +17,30 @@ opt-level = 3


[workspace.dependencies]
anyhow = { version = "1.0.69" }
async-recursion = { version = "1.0.4" }
async-scoped = { version = "0.7.1" }
async-trait = { version = "0.1.53" }
better_scoped_tls = { version = "0.1.0" }
bitflags = { version = "1.3.2" }
clap = { version = "4" }
colored = { version = "2.0.0" }
dashmap = { version = "5.4.0" }
derivative = { version = "2.2.0" }
derive_builder = { version = "0.11.2" }
futures = { version = "0.3.21" }
glob = { version = "0.3.1" }
hashlink = { version = "0.8.1" }
indexmap = { version = "1.9.2" }
insta = { version = "1.19.0" }
itertools = { version = "0.10.1" }
json = { version = "0.12.4" }
linked_hash_set = { version = "0.1.4" }
mimalloc-rust = { version = "0.2" }
napi = { version = "=2.11.1" }
anyhow = { version = "1.0.69" }
async-recursion = { version = "1.0.4" }
async-scoped = { version = "0.7.1" }
async-trait = { version = "0.1.53" }
better_scoped_tls = { version = "0.1.0" }
bitflags = { version = "1.3.2" }
clap = { version = "4" }
colored = { version = "2.0.0" }
dashmap = { version = "5.4.0" }
derivative = { version = "2.2.0" }
derive_builder = { version = "0.11.2" }
futures = { version = "0.3.21" }
glob = { version = "0.3.1" }
hashlink = { version = "0.8.1" }
indexmap = { version = "1.9.2" }
insta = { version = "1.19.0" }
itertools = { version = "0.10.1" }
json = { version = "0.12.4" }
linked_hash_set = { version = "0.1.4" }
mimalloc-rust = { version = "0.2" }
napi = { version = "=2.12.5" }

napi-build = { version = "=2.0.1" }
napi-derive = { version = "=2.11.0" }
napi-derive = { version = "=2.12.3" }
napi-sys = { version = "=2.2.3" }
nodejs-resolver = { version = "0.0.81" }
once_cell = { version = "1.17.0" }
Expand Down

0 comments on commit 01f1241

Please sign in to comment.