Skip to content

Commit 313bb3e

Browse files
committed
cargo & npm: additional updates via dependabot
1 parent 8630591 commit 313bb3e

File tree

7 files changed

+217
-168
lines changed

7 files changed

+217
-168
lines changed

Cargo.lock

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

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ parking_lot = "0.12.2"
3434
poem = { version = "3.1.0", features = ["embed"] }
3535
rust-embed = { version = "8.5.0" , features = ["include-exclude"] }
3636
serde = { version = "1.0.210", features = ["serde_derive"] }
37-
thiserror = "1.0.64"
37+
thiserror = "2.0.9"
3838
tokio = { version = "1.38.0", features = [
3939
"macros",
4040
"rt-multi-thread",
@@ -53,6 +53,6 @@ insta = { version = "1.40.0", features = [
5353
"yaml",
5454
"json",
5555
] }
56-
itertools = "0.13.0"
56+
itertools = "0.14"
5757
tempfile = "3.11.0"
5858
txtar = "1.0.0"

0 commit comments

Comments
 (0)