Skip to content

Commit

Permalink
More dependency updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
Revertron committed Sep 5, 2022
1 parent 609cbcf commit a36860e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ log = "0.4.17"
simplelog = "0.12.0"
toml = "0.5.9"
digest = "0.10.2"
sha2 = "0.10.2"
sha2 = "0.10.5"
ed25519-dalek = "1.0"
x25519-dalek = "1.2"
ecies-ed25519 = "0.5"
chacha20poly1305 = "0.9.1"
signature = "1.5"
signature = "1.6"
blakeout = "0.3.0"
num_cpus = "1.13.1"
byteorder = "1.4.3"
Expand All @@ -33,7 +33,7 @@ base64 = "0.13.0"
num-bigint = "0.4.3"
num-traits = "0.2.15"
chrono = { version = "0.4.20", features = ["serde"] }
time = "0.3.11"
time = "0.3.14"
rand = { version = "0.8.5", package = "rand" }
rand-old = { package = "rand", version = "0.7.0" } # For ed25519-dalek
sqlite = "0.26.0"
Expand All @@ -51,10 +51,10 @@ open = { version = "3.0.2", optional = true }

[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.9", features = ["impl-default", "wincon", "shellscalingapi"] }
thread-priority = "0.8.2"
thread-priority = "0.9.2"

[target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies]
thread-priority = "0.8.2"
thread-priority = "0.9.2"

[build-dependencies]
winres = "0.1.12"
Expand Down

0 comments on commit a36860e

Please sign in to comment.