Skip to content

Commit c1f2ab3

Browse files
committed
Bump remaining version numbers
1 parent 45b8326 commit c1f2ab3

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

build/Cargo.lock

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

build/Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,30 @@ publish = false
66
license = "MIT"
77

88
[dependencies]
9-
ammonia = "4.0.0"
10-
celes = "2.5.0"
11-
clap = { version = "4.5.23", features = ["derive"] }
9+
ammonia = "4.1.1"
10+
celes = "2.6.0"
11+
clap = { version = "4.5.45", features = ["derive"] }
1212
dunce = "1.0.5"
1313
eyre = "0.6.12"
1414
icu = { version = "2.0.0-beta2", features = ["experimental", "serde"] }
1515
icu_provider = { version = "2.0.0-beta2", features = ["sync"] }
16-
indexmap = "2.7.1"
16+
indexmap = "2.10.0"
1717
isbn = { version = "0.6.0" }
1818
itertools = "0.14.0"
1919
markdown = "1.0.0-alpha"
2020
maud = "0.27.0"
21-
notify = "8.0.0"
22-
notify-debouncer-full = "0.5.0"
23-
rayon = "1.10.0"
21+
notify = "8.2.0"
22+
notify-debouncer-full = "0.6.0"
23+
rayon = "1.11.0"
2424
regex = "1.11.1"
2525
saphyr = "0.0.6"
26-
serde = { version = "1.0.218", features = ["derive"] }
27-
serde_json = "1.0.134"
28-
serde_with = "3.12.0"
29-
time = { version = "0.3.37", features = ["parsing", "macros", "formatting"] }
26+
serde = { version = "1.0.219", features = ["derive"] }
27+
serde_json = "1.0.142"
28+
serde_with = "3.14.0"
29+
time = { version = "0.3.41", features = ["parsing", "macros", "formatting"] }
3030
tracing = "0.1.41"
3131
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
3232
url = "2.5.4"
3333
url-escape = "0.1.1"
34-
uuid = { version = "1.14.0", features = ["v5"] }
34+
uuid = { version = "1.18.0", features = ["v5"] }
3535
walkdir = "2.5.0"

0 commit comments

Comments
 (0)