Skip to content

Commit d5ac106

Browse files
committed
bump thiserror direct dep
by updating rust-embed drop thiserror1
1 parent 8118691 commit d5ac106

File tree

3 files changed

+31
-44
lines changed

3 files changed

+31
-44
lines changed

Cargo.lock

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

collector/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ serde = { workspace = true, features = ["derive"] }
1717
serde_json = { workspace = true }
1818
tokio = { workspace = true, features = ["rt", "process"] }
1919

20-
thiserror = "1"
20+
thiserror = "2"
2121
tempfile = "3"
2222
libc = "0.2"
2323
semver = "1.0"

site/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ mime = "0.3"
4545
prometheus = { version = "0.14", default-features = false }
4646
uuid = { version = "1.3.0", features = ["v4"] }
4747
tera = { version = "1.19", default-features = false }
48-
rust-embed = { version = "6.6.0", features = [
48+
rust-embed = { version = "8.2.0", features = [
4949
"include-exclude",
5050
"interpolate-folder-path",
5151
] }

0 commit comments

Comments
 (0)