Skip to content

Commit 6429f75

Browse files
authored
Update dependencies to remove some packages (#1057)
* Use new lockfile format * Update dependencies to remove some packages cargo update -p tokio-reactor -p tokio-executor -p tokio-timer -p tokio-threadpool -p rand_chacha:0.2.1 Updating crates.io index Removing c2-chacha v0.2.3 Removing crossbeam-queue v0.1.2 Removing crossbeam-utils v0.6.6 Updating rand_chacha v0.2.1 -> v0.2.2 Updating tokio-executor v0.1.9 -> v0.1.10 Updating tokio-reactor v0.1.11 -> v0.1.12 Updating tokio-threadpool v0.1.17 -> v0.1.18 Updating tokio-timer v0.2.12 -> v0.2.13 * Use actions/checkout v2
1 parent 415abd3 commit 6429f75

File tree

8 files changed

+879
-917
lines changed

8 files changed

+879
-917
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v1
9+
- uses: actions/checkout@v2
1010
- name: Formatting
1111
run: |
1212
# Install extra rustup components

0 commit comments

Comments
 (0)