Skip to content

Commit

Permalink
Merge pull request #612 from JakeStanger/dependabot/cargo/nix-0.29.0
Browse files Browse the repository at this point in the history
build(deps): bump nix from 0.28.0 to 0.29.0
  • Loading branch information
JakeStanger authored May 29, 2024
2 parents cc817ff + 8d87e88 commit b5755ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ mlua = { version = "0.9.8", optional = true, features = ["luajit"] }
cairo-rs = { version = "0.18.5", optional = true, features = ["png"] }

# clipboard
nix = { version = "0.28.0", optional = true, features = ["event", "fs"] }
nix = { version = "0.29.0", optional = true, features = ["event", "fs"] }

# clock
chrono = { version = "0.4.38", optional = true, default_features = false, features = ["clock", "unstable-locales"] }
Expand Down

0 comments on commit b5755ef

Please sign in to comment.