Skip to content

Commit 62e8805

Browse files
authored
fix: update pep440 dependency to fix build failure (#514)
This should fix the build failure on main.
1 parent 9f776f6 commit 62e8805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ nom = "7.1.3"
7474
num_cpus = "1.16.0"
7575
once_cell = "1.19.0"
7676
ouroboros = "0.18.3"
77-
pep440_rs = { version = "0.3.12" }
77+
pep440_rs = { version = "0.4.0" }
7878
pep508_rs = { version = "0.2.3" }
7979
pin-project-lite = "0.2.13"
8080
plist = "1"

0 commit comments

Comments
 (0)