diff --git a/Cargo.lock b/Cargo.lock index f5e19e89..1cb63d2d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6147,7 +6147,7 @@ dependencies = [ "sha2 0.10.9", "soroban-spec", "stellar-rpc-client", - "stellar-strkey 0.0.13", + "stellar-strkey 0.0.14", "stellar-xdr", "subxt", "sysinfo", @@ -9059,6 +9059,16 @@ dependencies = [ "data-encoding", ] +[[package]] +name = "stellar-strkey" +version = "0.0.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4b7f19b1c8a8b98616479c71669633456b567898aef7c5367489c982dcb58a1" +dependencies = [ + "crate-git-revision", + "data-encoding", +] + [[package]] name = "stellar-xdr" version = "23.0.0" diff --git a/Cargo.toml b/Cargo.toml index 96ef9a5d..74461e54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ serde_json = "1.0" sha2 = "0.10.0" soroban-spec = "23.0.2" stellar-rpc-client = "23.0.1" -stellar-strkey = "0.0.13" +stellar-strkey = "0.0.14" subxt = "0.42.1" stellar-xdr = "23.0.0" sysinfo = "0.34.2"