Skip to content

Commit 9f8dbfd

Browse files
committed
update crossbeam-channel dep to fix security issue
1 parent 3d3933a commit 9f8dbfd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ serde = "1.0.197"
5555
jani = { path = "./jani" }
5656
itertools = "0.13.0"
5757
stacker = "0.1.15"
58-
crossbeam-channel = "0.5.14"
58+
crossbeam-channel = "0.5.15"
5959
shlex = "1.3.0"
6060
clap = { version = "4.5.23", features = ["derive", "string", "cargo"] }
6161
clap_complete = "4.5.42"

0 commit comments

Comments
 (0)