Skip to content

Commit a9162fe

Browse files
committed
upgrade string_cache to 0.9.0 and its codegen to 0.6.1
1 parent f5acf0f commit a9162fe

File tree

2 files changed

+50
-6
lines changed

2 files changed

+50
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ strum = { version = "0.27.0", features = ["derive"] }
5353
lol_html = "2.0.0"
5454
font-awesome-as-a-crate = { path = "crates/font-awesome-as-a-crate" }
5555
dashmap = "6.0.0"
56-
string_cache = "0.8.0"
56+
string_cache = "0.9.0"
5757
zip = {version = "4.0.0", default-features = false, features = ["bzip2"]}
5858
bzip2 = "0.6.0"
5959
getrandom = "0.3.1"
@@ -129,7 +129,7 @@ debug = "line-tables-only"
129129
[build-dependencies]
130130
time = "0.3"
131131
gix = { version = "0.73.0", default-features = false }
132-
string_cache_codegen = "0.5.1"
132+
string_cache_codegen = "0.6.1"
133133
walkdir = "2"
134134
anyhow = { version = "1.0.42", features = ["backtrace"] }
135135
grass = { version = "0.13.1", default-features = false }

0 commit comments

Comments
 (0)