Skip to content

Commit 542dec5

Browse files
chore(deps): bump the cargo group across 1 directory with 5 updates
Bumps the cargo group with 4 updates in the / directory: [soroban-sdk](https://github.com/stellar/rs-soroban-sdk), [stellar-xdr](https://github.com/stellar/rs-stellar-xdr), [keccak](https://github.com/RustCrypto/sponges) and [time](https://github.com/time-rs/time). Updates `soroban-sdk` from 23.1.0 to 23.5.1 - [Release notes](https://github.com/stellar/rs-soroban-sdk/releases) - [Commits](stellar/rs-soroban-sdk@v23.1.0...v23.5.1) Updates `stellar-xdr` from 23.0.0 to 25.0.1 - [Release notes](https://github.com/stellar/rs-stellar-xdr/releases) - [Commits](stellar/rs-stellar-xdr@v23.0.0...v25.0.1) Updates `keccak` from 0.1.5 to 0.1.6 - [Commits](RustCrypto/sponges@keccak-v0.1.5...keccak-v0.1.6) Updates `soroban-sdk-macros` from 23.1.0 to 23.5.2 - [Release notes](https://github.com/stellar/rs-soroban-sdk/releases) - [Commits](stellar/rs-soroban-sdk@v23.1.0...v23.5.2) Updates `time` from 0.3.41 to 0.3.47 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.41...v0.3.47) --- updated-dependencies: - dependency-name: soroban-sdk dependency-version: 23.5.1 dependency-type: direct:production dependency-group: cargo - dependency-name: stellar-xdr dependency-version: 25.0.1 dependency-type: direct:production dependency-group: cargo - dependency-name: keccak dependency-version: 0.1.6 dependency-type: indirect dependency-group: cargo - dependency-name: soroban-sdk-macros dependency-version: 23.5.2 dependency-type: indirect dependency-group: cargo - dependency-name: time dependency-version: 0.3.47 dependency-type: indirect dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6a4d57f commit 542dec5

3 files changed

Lines changed: 110 additions & 39 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/theahaco/scaffold-stellar"
1010
version = "0.0.1"
1111

1212
[workspace.dependencies.soroban-sdk]
13-
version = "23.1.0"
13+
version = "23.5.1"
1414

1515
[workspace.dependencies.stellar-access]
1616
git = "https://github.com/OpenZeppelin/stellar-contracts"

contracts/guess-the-number/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ crate-type = ["cdylib"]
1616
doctest = false
1717

1818
[dependencies]
19-
soroban-sdk = "23.0.3"
19+
soroban-sdk = "23.5.1"
2020
stellar-registry = "0.0.4"
2121

2222
[dev-dependencies]
23-
stellar-xdr = { version = "23.0.0", features = ["curr", "serde"] }
24-
soroban-sdk = { version = "23.0.3", features = ["testutils"] }
23+
stellar-xdr = { version = "25.0.1", features = ["curr", "serde"] }
24+
soroban-sdk = { version = "23.5.1", features = ["testutils"] }

0 commit comments

Comments
 (0)