Skip to content

Commit

Permalink
Dependency updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
sciguyryan committed Mar 8, 2024
1 parent e02cb3c commit d0437cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions psistega3-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ publish = false
aes-gcm = "0.10.3"
argon2 = "0.5.3"
byteorder = "1.5.0"
base64 = "0.21.7"
crc32fast = "1.3.2"
base64 = "0.22.0"
crc32fast = "1.4.0"
dirs = "5.0.1"
filetime = "0.2.23"
hashbrown = "0.14.3"
hex-literal = "0.4.1"
image = { version = "0.24.8", features = ["png"] }
log = "0.4.20"
image = { version = "0.25.0-preview.0", features = ["png"] }
log = "0.4.21"
memmap2 = "0.9.4"
rand = "0.8.5"
rand_core = { version = "0.6.4", features = ["std"] }
rand_xoshiro = "0.6.0"
sha3 = "0.11.0-pre.2"
sha3 = "0.11.0-pre.3"
simple_logger = "4.3.3"

[dev-dependencies]
Expand Down
1 change: 1 addition & 0 deletions psistega3-core/src/locker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ impl Locker {
///
/// * `hash` - The hash of the file.
///
#[allow(unused)]
pub fn get_entry_by_hash(&self, hash: &Vec<u8>) -> Option<&u8> {
self.entries.get(hash)
}
Expand Down

0 comments on commit d0437cf

Please sign in to comment.