Skip to content

Commit

Permalink
Update dependencies of main crate
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenByteDev committed Jun 7, 2023
1 parent 32efccd commit 12a0302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ edition = "2021"

[dependencies]
dlopen2_derive = { path = "dlopen2-derive", version = "0.2", optional = true }
once_cell = "1.16"
once_cell = "1.18"

[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["winnt", "minwindef", "winerror", "libloaderapi", "errhandlingapi", "dbghelp", "processthreadsapi", "basetsd"] }
Expand All @@ -25,7 +25,7 @@ libc = "0.2"

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

0 comments on commit 12a0302

Please sign in to comment.