Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenByteDev committed Jul 5, 2022
1 parent f1a1a4b commit 475cda5
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.1" }
once_cell = "1.12"
once_cell = "1.13"

[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.2"
regex = "1.5"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
example_dylib = { path = "example-dylib", version = "0.1" }
Expand Down

0 comments on commit 475cda5

Please sign in to comment.