Skip to content

Commit

Permalink
Update regex to 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenByteDev committed Jul 29, 2023
1 parent 1e39d33 commit c4a84d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlopen2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ libc = "0.2"

[dev-dependencies]
const-cstr = "0.3"
regex = "1.8"
regex = "1.9"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
example_dylib = { path = "../example-dylib" }
Expand Down

0 comments on commit c4a84d9

Please sign in to comment.