Skip to content

Commit

Permalink
Merge pull request #343 from rami3l/dependabot/cargo/xshell-0.2.1
Browse files Browse the repository at this point in the history
chore(deps): bump xshell from 0.2.0 to 0.2.1
  • Loading branch information
rami3l authored Mar 17, 2022
2 parents fe5b813 + 0e0aa05 commit 0a96cad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 @@ -25,7 +25,7 @@ exclude = ["dist/**/*", "docs/**/*"]
# [build-dependencies]

[dev-dependencies]
xshell = "0.2.0"
xshell = "0.2.1"

[dependencies]
async-trait = "0.1.52"
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ regex = { version = "1.5.5", default-features = false, features = [
"unicode-perl",
] }
xml-rs = "0.8.4"
xshell = "0.2.0"
xshell = "0.2.1"

0 comments on commit 0a96cad

Please sign in to comment.