Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoncolburne committed Mar 4, 2024
1 parent 7cd5453 commit c9914d4
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
@@ -1,6 +1,6 @@
[package]
name = "cesride"
version = "0.6.3"
version = "0.6.4"
edition = "2021"
description = "Cryptographic primitives for use with Composable Event Streaming Representation (CESR)"
license = "Apache-2.0"
Expand All @@ -11,7 +11,7 @@ keywords = ["cesr", "keri", "acdc"]
[dependencies]
anyhow = "~1"
argon2 = "~0.5"
base64 = "~0.21"
base64 = "~0.22"
blake2 = "~0.10"
blake3 = "~1"
chrono = { version = "~0.4", default-features = false, features = ["clock"] }
Expand Down

0 comments on commit c9914d4

Please sign in to comment.