Skip to content

Commit

Permalink
Upgrade nix_rs (better CLI quoting)
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Sep 12, 2023
1 parent 66842f4 commit b07afac
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 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 @@ -27,7 +27,7 @@ reqwest = { version = "0.11", features = ["blocking", "json"] }
try-guard = "0.2.0"
clap = { version = "4.4", features = ["derive"] }
urlencoding = "2.1.3"
nix_rs = { version = "0.1.6", features = ["ssr"] }
nix_rs = { version = "0.1.7", features = ["ssr"] }
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
tracing = "0.1.37"

Expand Down

0 comments on commit b07afac

Please sign in to comment.