Skip to content

Commit b559f59

Browse files
authored
Merge pull request #2449 from oasisprotocol/peternose/trivial/unpin-contract-sdk
examples/contract-sdk: Bump oasis-contract-sdk to 0.4.2
2 parents 8a7f441 + 52dcaed commit b559f59

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

.cargo/audit.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[advisories]
22
ignore = [
33
"RUSTSEC-2023-0071", # Does not affect our current use of the library.
4+
"RUSTSEC-2026-0049", # Vulnerable crate is only used in rofl-oracle-sgx example.
45
]

Cargo.lock

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

examples/contract-sdk/c10l-hello-world/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ crate-type = ["cdylib"]
99

1010
[dependencies]
1111
cbor = { version = "0.5.1", package = "oasis-cbor" }
12-
oasis-contract-sdk = { git = "https://github.com/oasisprotocol/oasis-sdk", tag = "contract-sdk/v0.4.1" }
13-
oasis-contract-sdk-storage = { git = "https://github.com/oasisprotocol/oasis-sdk", tag = "contract-sdk/v0.4.1" }
12+
oasis-contract-sdk = { git = "https://github.com/oasisprotocol/oasis-sdk", tag = "contract-sdk/v0.4.2" }
13+
oasis-contract-sdk-storage = { git = "https://github.com/oasisprotocol/oasis-sdk", tag = "contract-sdk/v0.4.2" }
1414

1515
# Third party.
1616
thiserror = "1.0.30"

examples/contract-sdk/hello-world/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ crate-type = ["cdylib"]
99

1010
[dependencies]
1111
cbor = { version = "0.5.1", package = "oasis-cbor" }
12-
oasis-contract-sdk = { git = "https://github.com/oasisprotocol/oasis-sdk", tag = "contract-sdk/v0.4.1" }
13-
oasis-contract-sdk-storage = { git = "https://github.com/oasisprotocol/oasis-sdk", tag = "contract-sdk/v0.4.1" }
12+
oasis-contract-sdk = { git = "https://github.com/oasisprotocol/oasis-sdk", tag = "contract-sdk/v0.4.2" }
13+
oasis-contract-sdk-storage = { git = "https://github.com/oasisprotocol/oasis-sdk", tag = "contract-sdk/v0.4.2" }
1414

1515
# Third party.
1616
thiserror = "1.0.30"

0 commit comments

Comments
 (0)