Skip to content

Commit

Permalink
update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed Feb 8, 2024
1 parent 5ba8949 commit 98dfe9f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ rust-version = "1.64"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
indexmap = { version = "2.0.0", features = ["serde"] }
serde = { version = "1.0.125", features = ["derive"] }
toml = { version = "0.8.0", default-features = false, features = ["parse"] }
pep508_rs = { version = "0.2.1", features = ["serde"] }
indexmap = { version = "2.2.2", features = ["serde"] }
serde = { version = "1.0.196", features = ["derive"] }
toml = { version = "0.8.10", default-features = false, features = ["parse"] }
pep508_rs = { version = "0.3.0", features = ["serde"] }
pep440_rs = { version = "0.4.0", features = ["serde"] }

0 comments on commit 98dfe9f

Please sign in to comment.