diff --git a/Cargo.lock b/Cargo.lock index cb846b9..277ca0c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3071,7 +3071,7 @@ dependencies = [ "once_cell", "socket2 0.6.3", "tracing", - "windows-sys 0.60.2", + "windows-sys 0.52.0", ] [[package]] @@ -4554,7 +4554,7 @@ dependencies = [ "soroban-spec-tools", "stellar-build", "stellar-rpc-client", - "stellar-strkey 0.0.15", + "stellar-strkey 0.0.16", "thiserror 2.0.18", "tokio", ] @@ -4582,7 +4582,7 @@ dependencies = [ "stellar-registry-build", "stellar-rpc-client", "stellar-scaffold-test", - "stellar-strkey 0.0.15", + "stellar-strkey 0.0.16", "thiserror 2.0.18", "tokio", ] diff --git a/Cargo.toml b/Cargo.toml index dc97e5e..00c767d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ soroban-spec-tools = "26.0.0" admin-sep = { git = "https://github.com/theahaco/admin-sep", rev = "46ed159ff38ee81f4b61b5ddb8ca4b6bdf972028" } stellar-xdr = "=26.0.0" -stellar-strkey = "0.0.15" +stellar-strkey = "0.0.16" cargo_metadata = "0.18.1" thiserror = "2.0.17"