Skip to content

Commit 8dfe55a

Browse files
committed
build(node-dependencies): 🧱 update crates
❗ bump askama from 0.12.1 to 0.13.0 πŸ”§ bump clap from 4.5.32 to 4.5.34 πŸ“¦ bump reqwest from 0.12.14 to 0.12.15 πŸ“¦ bump fake (πŸ–₯️ dev-dependencies) from 4.0.0 to 4.2.0 Updating hyper-util v0.1.10 -> v0.1.11 Updating icu_locid_transform_data v1.5.0 -> v1.5.1 Updating icu_normalizer_data v1.5.0 -> v1.5.1 Updating icu_properties_data v1.5.0 -> v1.5.1 Updating once_cell v1.21.1 -> v1.21.3 Updating rustls-webpki v0.103.0 -> v0.103.1 Updating socket2 v0.5.8 -> v0.5.9 Updating string_cache v0.8.8 -> v0.8.9 Updating yaml-rust2 v0.10.0 -> v0.10.1
1 parent 309a15d commit 8dfe55a

File tree

2 files changed

+59
-86
lines changed

2 files changed

+59
-86
lines changed

β€ŽCargo.lockβ€Ž

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

β€ŽCargo.tomlβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ name = "markwrite"
1919
[dependencies]
2020
aho-corasick = "1.1.3"
2121
anyhow = "1.0.97"
22-
askama = "0.12.1"
23-
clap = { version = "4.5.32", features = ["derive"] }
22+
askama = "0.13.0"
23+
clap = { version = "4.5.34", features = ["derive"] }
2424
clap-verbosity-flag = "3.0.2"
2525
deunicode = "1.6.1"
2626
env_logger = "0.11.7"
@@ -34,7 +34,7 @@ notify-debouncer-mini = "0.6.0"
3434
owo-colors = "4.2.0"
3535
pulldown-cmark = "0.10.3"
3636
pulldown-cmark-escape = "0.10.1"
37-
reqwest = { version = "0.12.14", features = ["json"] }
37+
reqwest = { version = "0.12.15", features = ["json"] }
3838
serde = { version = "1.0.219", features = ["derive"] }
3939
serde_json = "1.0.140"
4040
textwrap = "0.16.2"
@@ -45,7 +45,7 @@ yaml-rust2 = "0.10.0"
4545
[dev-dependencies]
4646
assert_cmd = "2.0.16"
4747
assert_fs = "1.1.2"
48-
fake = "4.0.0"
48+
fake = "4.2.0"
4949
markup5ever_rcdom = "0.2.0"
5050
predicates = "3.1.3"
5151
quickcheck = "1.0.3"

0 commit comments

Comments
Β (0)