Skip to content

Commit 7bbf3d8

Browse files
Bump the major group across 1 directory with 11 updates
Bumps the major group with 11 updates in the / directory: | Package | From | To | | --- | --- | --- | | [soroban-env-common](https://github.com/stellar/rs-soroban-env) | `23.0.1` | `24.0.0` | | [soroban-env-guest](https://github.com/stellar/rs-soroban-env) | `23.0.1` | `24.0.0` | | [soroban-env-host](https://github.com/stellar/rs-soroban-env) | `23.0.1` | `24.0.0` | | [stellar-strkey](https://github.com/stellar/rs-stellar-strkey) | `0.0.13` | `0.0.14` | | [stellar-xdr](https://github.com/stellar/rs-stellar-xdr) | `23.0.0` | `24.0.0` | | [rand](https://github.com/rust-random/rand) | `0.8.5` | `0.9.2` | | [ctor](https://github.com/mmastrac/rust-ctor) | `0.5.0` | `0.6.1` | | [itertools](https://github.com/rust-itertools/itertools) | `0.10.5` | `0.14.0` | | [darling](https://github.com/TedDriggs/darling) | `0.20.10` | `0.21.3` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.63` | `2.0.17` | | [wasmparser](https://github.com/bytecodealliance/wasm-tools) | `0.116.1` | `0.221.3` | Updates `soroban-env-common` from 23.0.1 to 24.0.0 - [Release notes](https://github.com/stellar/rs-soroban-env/releases) - [Commits](stellar/rs-soroban-env@v23.0.1...v24.0.0) Updates `soroban-env-guest` from 23.0.1 to 24.0.0 - [Release notes](https://github.com/stellar/rs-soroban-env/releases) - [Commits](stellar/rs-soroban-env@v23.0.1...v24.0.0) Updates `soroban-env-host` from 23.0.1 to 24.0.0 - [Release notes](https://github.com/stellar/rs-soroban-env/releases) - [Commits](stellar/rs-soroban-env@v23.0.1...v24.0.0) Updates `stellar-strkey` from 0.0.13 to 0.0.14 - [Release notes](https://github.com/stellar/rs-stellar-strkey/releases) - [Commits](stellar/rs-stellar-strkey@v0.0.13...v0.0.14) Updates `stellar-xdr` from 23.0.0 to 24.0.0 - [Release notes](https://github.com/stellar/rs-stellar-xdr/releases) - [Commits](stellar/rs-stellar-xdr@v23.0.0...v24.0.0) Updates `rand` from 0.8.5 to 0.9.2 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...rand_core-0.9.2) Updates `ctor` from 0.5.0 to 0.6.1 - [Commits](https://github.com/mmastrac/rust-ctor/commits) Updates `itertools` from 0.10.5 to 0.14.0 - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.10.5...v0.14.0) Updates `darling` from 0.20.10 to 0.21.3 - [Release notes](https://github.com/TedDriggs/darling/releases) - [Changelog](https://github.com/TedDriggs/darling/blob/master/CHANGELOG.md) - [Commits](TedDriggs/darling@v0.20.10...v0.21.3) Updates `thiserror` from 1.0.63 to 2.0.17 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.63...2.0.17) Updates `wasmparser` from 0.116.1 to 0.221.3 - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/commits) --- updated-dependencies: - dependency-name: soroban-env-common dependency-version: 24.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major - dependency-name: soroban-env-guest dependency-version: 24.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major - dependency-name: soroban-env-host dependency-version: 24.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major - dependency-name: stellar-strkey dependency-version: 0.0.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: major - dependency-name: stellar-xdr dependency-version: 24.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: major - dependency-name: ctor dependency-version: 0.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: major - dependency-name: itertools dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: major - dependency-name: darling dependency-version: 0.21.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: major - dependency-name: thiserror dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major - dependency-name: wasmparser dependency-version: 0.221.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ed99a20 commit 7bbf3d8

File tree

8 files changed

+234
-78
lines changed

8 files changed

+234
-78
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,25 +30,25 @@ soroban-token-spec = { version = "23.3.0", path = "soroban-token-spec" }
3030
stellar-asset-spec = { version = "23.3.0", path = "stellar-asset-spec" }
3131

3232
[workspace.dependencies.soroban-env-common]
33-
version = "=23.0.1"
33+
version = "=25.0.0"
3434
#git = "https://github.com/stellar/rs-soroban-env"
3535
#rev = "bd0c80a1fe171e75f8d745f17975a73927d44ecd"
3636

3737
[workspace.dependencies.soroban-env-guest]
38-
version = "=23.0.1"
38+
version = "=25.0.0"
3939
#git = "https://github.com/stellar/rs-soroban-env"
4040
#rev = "bd0c80a1fe171e75f8d745f17975a73927d44ecd"
4141

4242
[workspace.dependencies.soroban-env-host]
43-
version = "=23.0.1"
43+
version = "=25.0.0"
4444
#git = "https://github.com/stellar/rs-soroban-env"
4545
#rev = "bd0c80a1fe171e75f8d745f17975a73927d44ecd"
4646

4747
[workspace.dependencies.stellar-strkey]
48-
version = "=0.0.13"
48+
version = "=0.0.15"
4949

5050
[workspace.dependencies.stellar-xdr]
51-
version = "=23.0.0"
51+
version = "=25.0.0"
5252
default-features = false
5353
features = ["curr"]
5454
#git = "https://github.com/stellar/rs-stellar-xdr"

soroban-ledger-snapshot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ soroban-env-common = {workspace = true, features = ["serde"]}
1616
serde = { version = "1.0.0", features = ["derive"] }
1717
serde_with = { version = "3.4.0", features = ["hex"] }
1818
serde_json = "1.0.0"
19-
thiserror = "1.0"
19+
thiserror = "2.0"
2020

2121
[dev-dependencies]
2222
pretty_assertions = "1.2.1"

soroban-meta/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ rust-version.workspace = true
1212

1313
[dependencies]
1414
stellar-xdr = { workspace = true, features = ["curr", "std"] }
15-
thiserror = "1.0.32"
16-
wasmparser = "0.116.1"
15+
thiserror = "2.0.17"
16+
wasmparser = "0.221.3"

soroban-sdk-macros/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ stellar-xdr = { workspace = true, features = ["curr", "std"] }
2222
syn = {version="2.0.77",features=["full"]}
2323
quote = "1.0"
2424
proc-macro2 = "1.0"
25-
itertools = "0.10.5"
26-
darling = "0.20.10"
25+
itertools = "0.14.0"
26+
darling = "0.23.0"
2727
macro-string = "0.1.4"
2828
sha2 = "0.10.7"
2929
heck = "0.5.0"

soroban-sdk/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ serde_json = "1.0.0"
3838
ed25519-dalek = { version = "2.1.1", features = ["rand_core"], optional = true }
3939
curve25519-dalek = { version = "4.1.3", features = ["digest"], optional = true }
4040
# match the version of rand used in dalek
41-
rand = "0.8.5"
42-
ctor = { version = "0.5.0", optional = true }
41+
rand = "0.9.2"
42+
ctor = { version = "0.6.3", optional = true }
4343

4444
[dev-dependencies]
4545
soroban-sdk-macros = { workspace = true, features = ["testutils"] }
@@ -48,8 +48,8 @@ soroban-ledger-snapshot = { workspace = true, features = ["testutils"] }
4848
stellar-xdr = { workspace = true, features = ["curr", "std"] }
4949
soroban-spec = { workspace = true }
5050
ed25519-dalek = "2.0.0"
51-
rand = "0.8.5"
52-
ctor = "0.5.0"
51+
rand = "0.9.2"
52+
ctor = "0.6.3"
5353
hex = "0.4.3"
5454
arbitrary = { version = "~1.3.0", features = ["derive"] }
5555
derive_arbitrary = { version = "~1.3.0" }

soroban-spec-rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rust-version.workspace = true
1313
[dependencies]
1414
stellar-xdr = { workspace = true, features = ["curr", "std", "serde"] }
1515
soroban-spec = { workspace = true }
16-
thiserror = "1.0.32"
16+
thiserror = "2.0.17"
1717
syn = {version="2.0",features=["full"]}
1818
quote = "1.0"
1919
proc-macro2 = "1.0"

soroban-spec/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ rust-version.workspace = true
1313
[dependencies]
1414
stellar-xdr = { workspace = true, features = ["curr", "std", "serde"] }
1515
base64 = "0.22.1"
16-
thiserror = "1.0.32"
17-
wasmparser = "0.116.1"
16+
thiserror = "2.0.17"
17+
wasmparser = "0.221.3"
1818

1919
[dev-dependencies]
2020
pretty_assertions = "1.2.1"

0 commit comments

Comments
 (0)