Skip to content

Commit 14ebeae

Browse files
committed
build: update dependencies and remove unnecessary build actions
1 parent 2d277f3 commit 14ebeae

File tree

4 files changed

+29
-102
lines changed

4 files changed

+29
-102
lines changed

.github/release-drafter.yml

Lines changed: 0 additions & 69 deletions
This file was deleted.

.github/workflows/pr-labeler.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ anyhow = "1.0.95"
2424
criterion = "0.5.1"
2525
include_dir = "0.7.4"
2626
indoc = "2.0.5"
27-
jiff = "0.1.16"
28-
quick-xml = "0.37.1"
27+
jiff = "0.1.19"
28+
quick-xml = "0.37.2"
2929
rayon = "1.5.1"
30-
reqwest = "0.12.11"
30+
reqwest = "0.12.12"
3131
serde = "1.0.217"
3232
thiserror = "2.0.9"
3333
tokio = { version = "1.42.0", default-features = false, features = ["macros", "rt", "sync"] }

0 commit comments

Comments
 (0)