Skip to content

Commit

Permalink
Bump pep508_rs from 0.1.2 to 0.2.1 (#657)
Browse files Browse the repository at this point in the history
* Bump pep508_rs from 0.1.2 to 0.2.1

Bumps [pep508_rs](https://github.com/konstin/pep508_rs) from 0.1.2 to 0.2.1.
- [Commits](konstin/pep508_rs@v0.1.2...v0.2.1)

---
updated-dependencies:
- dependency-name: pep508_rs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update deps

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris Pryer <[email protected]>
Co-authored-by: Chris Pryer <[email protected]>
  • Loading branch information
3 people authored Jul 13, 2023
1 parent c852736 commit 9373f56
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 13 deletions.
40 changes: 31 additions & 9 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
@@ -1,2 +1,2 @@
[workspace]
members = ["crates/*"]
members = ["crates/*"]
6 changes: 3 additions & 3 deletions crates/huak_ops/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ doctest = false
clap = { version = "4.3.11", features = ["cargo", "derive"] }
git2 = "0.17.2"
glob = "0.3.1"
indexmap = "1.9.3"
indexmap = "2.0.0"
pep440_rs = "0.3.9"
pep508_rs = "0.1.2"
pyproject-toml = "0.5.1"
pep508_rs = "0.2.1"
pyproject-toml = "0.7.0"
serde = { version = "1.0.163", features = ["derive"] }
serde_json = "1.0.96"
termcolor = "1.2.0"
Expand Down

0 comments on commit 9373f56

Please sign in to comment.