Skip to content

Commit

Permalink
Merge pull request #3312 from uutils/dependabot/cargo/rust-ini-0.18.0
Browse files Browse the repository at this point in the history
build(deps): bump rust-ini from 0.17.0 to 0.18.0
  • Loading branch information
sylvestre authored Jun 6, 2022
2 parents 7bd9ffa + 52cf8fb commit 3a45f00
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 22 deletions.
40 changes: 21 additions & 19 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ skip = [
{ name = "arrayvec", version = "=0.7.2" },
# flimit/unix_socket
{ name = "cfg-if", version = "=0.1.10" },
# ordered-multimap
{ name = "hashbrown", version = "=0.9.1" },
# indexmap
{ name = "hashbrown", version = "=0.11.2" },
# kernel32-sys
{ name = "winapi", version = "=0.2.8" },
# bindgen 0.59.2
Expand Down
2 changes: 1 addition & 1 deletion src/uu/env/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ path = "src/env.rs"

[dependencies]
clap = { version = "3.1", features = ["wrap_help", "cargo"] }
rust-ini = "0.17.0"
rust-ini = "0.18.0"
uucore = { version=">=0.0.11", package="uucore", path="../../uucore", features=["signals"]}

[[bin]]
Expand Down

0 comments on commit 3a45f00

Please sign in to comment.