Skip to content

Commit c72bc7b

Browse files
author
Jared Stanbrough
committed
feat(rust): bump vault vers for ockam crate
1 parent e62c992 commit c72bc7b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

implementations/rust/ockam/ockam/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

implementations/rust/ockam/ockam/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ ff = { version = "0.6", package = "ff-zeroize", optional = true }
2828
ockam_core = {path = "../ockam_core", version = "0.6.0"}
2929
ockam_node = {path = "../ockam_node", version = "0.4.0", optional = true}
3030
ockam_node_attribute = {path = "../ockam_node_attribute", version = "0.1.4"}
31-
ockam_vault_core = {path = "../ockam_vault_core", version = "0.3.0"}
32-
ockam_vault = {path = "../ockam_vault", version = "0.3.0"}
31+
ockam_vault_core = {path = "../ockam_vault_core", version = "0.3.1"}
32+
ockam_vault = {path = "../ockam_vault", version = "0.3.1"}
3333
arrayref = "0.3"
3434
pairing-plus = { version = "0.19", optional = true }
3535
serde_bare = "0.3"

0 commit comments

Comments
 (0)