-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6e8c823
commit 84ac759
Showing
5 changed files
with
21 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -242,6 +242,13 @@ | |
cargo update -p async-compression --precise 0.4.3 | ||
cargo update -p zstd-sys --precise 2.0.8+zstd.1.5.5 | ||
cargo update -p clap_lex --precise 0.3.0 | ||
cargo update -p regex --precise 1.9.6 | ||
cargo update -p petgraph --precise 0.6.2 | ||
cargo update -p [email protected] --precise 0.15.0 | ||
cargo update -p async-stream --precise 0.3.5 | ||
cargo update -p home --precise 0.5.5 | ||
# For wasm32-unknown-unknown target | ||
cargo update -p bumpalo --precise 3.12.0 | ||
cargo update -p moka --precise 0.11.1 | ||
|