Skip to content

Commit c2f9ca4

Browse files
committed
regex-test: bump toml dependency
1 parent 1288b83 commit c2f9ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regex-test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ path = "lib.rs"
2424
anyhow = "1.0.27"
2525
bstr = { version = "1.3.0", default-features = false, features = ["std", "serde"] }
2626
serde = { version = "1.0.105", features = ["derive"] }
27-
toml = { version = "0.7.3", default-features = false, features = ["parse"] }
27+
toml = { version = "0.8.14", default-features = false, features = ["parse"] }

0 commit comments

Comments
 (0)