Skip to content

Commit 3e112f0

Browse files
authored
Merge pull request #1233 from epage/upgrade
chore: Upgrade
2 parents 2dd9bf1 + 8e93b46 commit 3e112f0

File tree

3 files changed

+35
-29
lines changed

3 files changed

+35
-29
lines changed

Cargo.lock

+31-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ colorchoice = "1.0.3"
144144
colorchoice-clap = "1.0.6"
145145
human-panic = "2"
146146
scrawl = "2.0"
147-
tempfile = "3.16"
147+
tempfile = "3.17"
148148
relative-path = { version = "1", features = ["serde"] }
149149
liquid = "0.26"
150150
liquid-core = "0.26"
@@ -176,9 +176,9 @@ notify = { version = "7", optional = true, default-features = false, features =
176176
sass-rs = { version = "0.2", optional = true }
177177

178178
html-minifier = {version="3.0", optional = true }
179-
anyhow = "1.0.95"
179+
anyhow = "1.0.97"
180180
anstream = "0.6.18"
181-
chrono = "0.4.39"
181+
chrono = "0.4.40"
182182
anstyle = "1.0.10"
183183

184184
[dev-dependencies]

crates/engarde/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ default-features = false
3737
features = ["parsing", "regex-fancy", "default-syntaxes", "default-themes", "html", "dump-load", "yaml-load"]
3838

3939
[target.'cfg(any())'.dependencies]
40-
thiserror = "1.0.2" # HACK: bad minimal dep in syntect
40+
thiserror = "1.0.69" # HACK: bad minimal dep in syntect
4141

4242
[lints]
4343
workspace = true

0 commit comments

Comments
 (0)