Skip to content

Commit 5dadfa5

Browse files
committed
Bump dependencies to their latest versions
1 parent 2e6d9d3 commit 5dadfa5

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,4 @@ jobs:
4242
- run: cargo test
4343
- uses: clechasseur/rs-clippy-check@v3
4444
with:
45-
token: ${{ secrets.GITHUB_TOKEN }}
4645
args: --all-features

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,23 @@ license = "MIT"
1616
readme = "README.md"
1717

1818
[dependencies]
19-
anyhow = "1.0.40"
20-
rayon = "1.5.1"
19+
anyhow = "1.0.91"
20+
rayon = "1.10.0"
2121
pulldown-cmark = "0.12.2"
22-
blake3 = "1.0.0"
22+
blake3 = "1.5.4"
2323

2424
html5gum = "0.6.0"
2525
jwalk = "0.8.1"
26-
bumpalo = { version = "3.11.1", features = ["collections"] }
27-
percent-encoding = "2.1.0"
28-
clap = { version = "3.0.4", features = ["std", "derive"], default-features = false }
29-
num_cpus = "1.15.0"
26+
bumpalo = { version = "3.16.0", features = ["collections"] }
27+
percent-encoding = "2.3.1"
28+
clap = { version = "3.2.22", features = ["std", "derive"], default-features = false }
29+
num_cpus = "1.16.0"
3030

3131
[dev-dependencies]
32-
assert_cmd = "2.0.2"
33-
assert_fs = "1.0.2"
32+
assert_cmd = "2.0.16"
33+
assert_fs = "1.1.2"
3434
predicates = "3.1.2"
35-
pretty_assertions = "1.0.0"
35+
pretty_assertions = "1.4.1"
3636

3737
[profile.release]
3838
lto = true

0 commit comments

Comments
 (0)