Skip to content

Commit

Permalink
regex-test: bump toml dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Jun 9, 2024
1 parent 1288b83 commit c2f9ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regex-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ path = "lib.rs"
anyhow = "1.0.27"
bstr = { version = "1.3.0", default-features = false, features = ["std", "serde"] }
serde = { version = "1.0.105", features = ["derive"] }
toml = { version = "0.7.3", default-features = false, features = ["parse"] }
toml = { version = "0.8.14", default-features = false, features = ["parse"] }

0 comments on commit c2f9ca4

Please sign in to comment.