Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
westy92 committed Jan 22, 2024
1 parent adbad82 commit f94c609
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"

[dependencies]
parking_lot = {path = ".."}
seqlock = "0.1"
seqlock = "0.2"
libc = "0.2"

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ libc = "0.2.95"
redox_syscall = "0.4"

[target.'cfg(windows)'.dependencies]
windows-targets = "0.48.0"
windows-targets = "0.52.0"

[features]
nightly = []
Expand Down

0 comments on commit f94c609

Please sign in to comment.