Skip to content

Commit

Permalink
dep: update is-root
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackhr-arch committed Sep 13, 2024
1 parent 02adc10 commit a2e3ff8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
17 changes: 3 additions & 14 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ default = ["tui"]
log = "^0.4.22"
clap_complete = { version = "^4.5.7" }
anyhow = "^1.0.86"
is-root = { version = "0.1.3" }
is-root = { version = "0.1.4" }
serde = { version = "^1.0.208", features = ["derive"] }
minreq = { version = "^2.12.0", features = [
"proxy",
Expand Down Expand Up @@ -69,6 +69,7 @@ features = ["pattern_encoder", "file_appender"]

[patch.crates-io]
log4rs = { git = "https://github.com/Jackhr-arch/log4rs" }
is-root = { git = "https://github.com/Jackhr-arch/is-root" }

[dependencies.clap]
version = "^4.5.8"
Expand Down

0 comments on commit a2e3ff8

Please sign in to comment.