Skip to content

Commit

Permalink
Merge pull request #4684 from nervosnetwork/dependabot/cargo/nix-0.29.0
Browse files Browse the repository at this point in the history
chore(deps): bump nix from 0.24.3 to 0.29.0
  • Loading branch information
driftluo authored Oct 23, 2024
2 parents bda4109 + 31741d7 commit 0404654
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
15 changes: 2 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ckb-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ tokio = { version = "1", features = ["sync"] }

[target.'cfg(not(target_os="windows"))'.dependencies]
daemonize = { version = "0.5.0" }
nix = { version = "0.24.0", default-features = false, features = ["signal"] }
nix = { version = "0.29.0", default-features = false, features = ["signal"] }
colored = "2.0"

[features]
Expand Down

0 comments on commit 0404654

Please sign in to comment.