Skip to content

Commit

Permalink
Dependency updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
sciguyryan committed Jan 20, 2025
1 parent 74b3fcb commit cb107c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion psistega3-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
log = "0.4.22"
log = "0.4.25"
psistega3-core = { path = "../psistega3-core" }
rand = "0.8.5"
rand_core = { version = "0.6.4", features = ["std"] }
Expand Down
6 changes: 3 additions & 3 deletions psistega3-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ argon2 = "0.5.3"
byteorder = "1.5.0"
base64 = "0.22.1"
crc32fast = "1.4.2"
dirs = "5.0.1"
dirs = "6.0.0"
filetime = "0.2.25"
hashbrown = "0.15.1"
hashbrown = "0.15.2"
hex-literal = "0.4.1"
image = { version = "0.25.5", features = ["png", "rayon"] }
log = "0.4.22"
log = "0.4.25"
memmap2 = "0.9.5"
rand = "0.8.5"
rand_core = { version = "0.6.4", features = ["std"] }
Expand Down

0 comments on commit cb107c5

Please sign in to comment.