Skip to content

Commit

Permalink
Upgrade pyproject-toml to 0.11.0 (PyO3#2155)
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Jul 23, 2024
1 parent fdad7bf commit 223293b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ rustc_version = "0.4.0"
semver = "1.0.22"
target-lexicon = "0.12.14"
indexmap = "2.2.3"
pyproject-toml = "0.10.0"
pyproject-toml = "0.11.0"
python-pkginfo = "0.6.0"
textwrap = "0.16.1"
ignore = "0.4.20"
Expand All @@ -80,8 +80,8 @@ cc = "1.0.88"
dunce = "1.0.2"
normpath = "1.1.1"
path-slash = "0.2.1"
pep440_rs = { version = "0.5.0", features = ["serde", "tracing"] }
pep508_rs = { version = "0.4.2", features = ["serde", "tracing"] }
pep440_rs = { version = "0.6.0", features = ["serde", "tracing"] }
pep508_rs = { version = "0.6.0", features = ["serde", "tracing"] }
same-file = "1.0.6"
time = "0.3.17"
url = "2.5.0"
Expand Down

0 comments on commit 223293b

Please sign in to comment.