Skip to content

Commit

Permalink
Merge pull request #16 from PyO3/alex-patch-1
Browse files Browse the repository at this point in the history
Update toml dependency to 0.8
  • Loading branch information
messense authored Oct 31, 2023
2 parents 9543160 + bc7df6c commit f64fad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ rust-version = "1.64"
[dependencies]
indexmap = { version = "2.0.0", features = ["serde"] }
serde = { version = "1.0.125", features = ["derive"] }
toml = { version = "0.7.0", default-features = false, features = ["parse"] }
toml = { version = "0.8.0", default-features = false, features = ["parse"] }
pep508_rs = { version = "0.2.1", features = ["serde"] }
pep440_rs = { version = "0.3.6", features = ["serde"] }

0 comments on commit f64fad6

Please sign in to comment.