Skip to content

Commit

Permalink
chore: update keri dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
edytapawlak committed Jan 16, 2025
1 parent 82976c1 commit 47a0886
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
Expand Up @@ -6,8 +6,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
keri-core = { version = "0.15.0", features = ["oobi", "mailbox"]}
keri-controller = { version = "0.15.0"}
keri-core = { version = "0.15.1", features = ["oobi", "mailbox"]}
keri-controller = { version = "0.15.1"}
said = { version = "0.4.0", features = ["macros"]}
cesrox = { version = "0.1.6", features = ["cesr-proof"] }
anyhow = { version = "1.0" }
Expand Down

0 comments on commit 47a0886

Please sign in to comment.