Skip to content

Commit d3828b7

Browse files
authored
Merge pull request #903 from Smartdevs17/dependabot/cargo/contracts/soroban-sdk-27.0.6
fix(deps)(deps): update soroban-sdk requirement from 21.7.7 to 27.0.6 in /contracts
2 parents 7e63a04 + 57ad46d commit d3828b7

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

contracts/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ codegen-units = 1
2828
lto = true
2929

3030
[workspace.dependencies]
31-
soroban-sdk = "21.7.7"
31+
soroban-sdk = "27.0.6"
3232
arbitrary = { version = "1.3", features = ["derive"] }

contracts/subscription/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ crate-type = ["cdylib", "rlib"]
1313
serde = "1.0"
1414

1515
[dependencies]
16-
soroban-sdk = "21.0.0"
16+
soroban-sdk = "27.0.6"
1717
subtrackr-types = { path = "../types" }
1818

1919
[dev-dependencies]
20-
soroban-sdk = { version = "21.0.0", features = ["testutils"] }
20+
soroban-sdk = { version = "27.0.6", features = ["testutils"] }
2121
subtrackr-proxy = { path = "../proxy" }
2222
subtrackr-storage = { path = "../storage" }

contracts/types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ path = "src/lib.rs"
1111
crate-type = ["rlib"]
1212

1313
[dependencies]
14-
soroban-sdk = "21.7.7"
14+
soroban-sdk = "27.0.6"

0 commit comments

Comments
 (0)