Skip to content

Commit

Permalink
runtime-sdk: bump the rust group across 1 directory with 10 updates
Browse files Browse the repository at this point in the history
Bumps the rust group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.69` | `2.0.6` |
| [walrus](https://github.com/rustwasm/walrus) | `0.20.3` | `0.23.3` |
| [wasmprinter](https://github.com/bytecodealliance/wasm-tools) | `0.211.1` | `0.221.2` |
| [primitive-types](https://github.com/paritytech/parity-common) | `0.12.2` | `0.13.1` |
| [rlp](https://github.com/paritytech/parity-common) | `0.5.2` | `0.6.1` |
| [uint](https://github.com/paritytech/parity-common) | `0.9.5` | `0.10.0` |
| [serde](https://github.com/serde-rs/serde) | `1.0.215` | `1.0.216` |
| [rustls](https://github.com/rustls/rustls) | `0.23.19` | `0.23.20` |
| [rustls-mbedpki-provider](https://github.com/fortanix/rustls-mbedtls-provider) | `0.1.0` | `0.2.0` |
| [mockito](https://github.com/lipanski/mockito) | `0.31.1` | `1.6.1` |



Updates `thiserror` from 1.0.69 to 2.0.6
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.69...2.0.6)

Updates `walrus` from 0.20.3 to 0.23.3
- [Release notes](https://github.com/rustwasm/walrus/releases)
- [Changelog](https://github.com/rustwasm/walrus/blob/main/CHANGELOG.md)
- [Commits](rustwasm/walrus@0.20.3...0.23.3)

Updates `wasmprinter` from 0.211.1 to 0.221.2
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](https://github.com/bytecodealliance/wasm-tools/commits)

Updates `primitive-types` from 0.12.2 to 0.13.1
- [Commits](https://github.com/paritytech/parity-common/commits/primitive-types-v0.13.1)

Updates `rlp` from 0.5.2 to 0.6.1
- [Commits](paritytech/parity-common@rlp-v0.5.2...rlp-v0.6.1)

Updates `uint` from 0.9.5 to 0.10.0
- [Commits](paritytech/parity-common@uint-v0.9.5...uint-v0.10.0)

Updates `serde` from 1.0.215 to 1.0.216
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.215...v1.0.216)

Updates `rustls` from 0.23.19 to 0.23.20
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](rustls/rustls@v/0.23.19...v/0.23.20)

Updates `rustls-mbedpki-provider` from 0.1.0 to 0.2.0
- [Commits](fortanix/rustls-mbedtls-provider@rustls-mbedpki-provider-v0.1.0...rustls-mbedpki-provider-v0.2.0)

Updates `mockito` from 0.31.1 to 1.6.1
- [Release notes](https://github.com/lipanski/mockito/releases)
- [Commits](lipanski/mockito@0.31.1...1.6.1)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust
- dependency-name: walrus
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
- dependency-name: wasmprinter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
- dependency-name: primitive-types
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
- dependency-name: rlp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
- dependency-name: uint
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
- dependency-name: rustls
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
- dependency-name: rustls-mbedpki-provider
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
- dependency-name: mockito
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 12, 2024
1 parent 2da6d80 commit 5285dca
Show file tree
Hide file tree
Showing 13 changed files with 298 additions and 113 deletions.
369 changes: 277 additions & 92 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion contract-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ oasis-contract-sdk-types = { path = "types" }
oasis-contract-sdk-macros = { path = "../contract-sdk-macros", optional = true }

# Third party.
thiserror = "1.0.61"
thiserror = "2.0.6"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
oasis-contract-sdk-crypto = { path = "crypto" }
Expand Down
2 changes: 1 addition & 1 deletion contract-sdk/crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ oasis-runtime-sdk = { path = "../../runtime-sdk" }

# Third party.
k256 = "0.13.1"
thiserror = "1.0.61"
thiserror = "2.0.6"
x25519-dalek = { version = "2.0.1", features = ["static_secrets"] }
sha2 = "0.10.8"
hmac = "0.12.1"
Expand Down
2 changes: 1 addition & 1 deletion contract-sdk/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ oasis-runtime-sdk = { path = "../../runtime-sdk", optional = true }

# Third party.
bech32 = "0.11.0"
thiserror = "1.0.61"
thiserror = "2.0.6"

[dev-dependencies]
hex = "0.4.2"
6 changes: 3 additions & 3 deletions rofl-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ license = "Apache-2.0"

[dependencies]
der = { version = "0.7.9", default-features = false, features = ["pem", "std"] }
rustls = { version = "0.23.18", default-features = false, features = ["logging", "std", "tls12"] }
rustls = { version = "0.23.20", default-features = false, features = ["logging", "std", "tls12"] }
rustls-mbedcrypto-provider = { version = "0.1.0" }
rustls-mbedpki-provider = { version = "0.1.0" }
rustls-mbedpki-provider = { version = "0.2.0" }
rustls-pki-types = { version = "1.7.0", default-features = false, features = ["std"] }
# TODO: Change to released version once 3.x is published.
ureq = { git = "https://github.com/algesten/ureq", rev = "e4e7e4e51209d8a14c741ad46991cd83e1a18379", default-features = false, features = ["gzip", "brotli", "charset", "json"] }
webpki-root-certs = "0.26.4"

[dev-dependencies]
mockito = "0.31.0"
mockito = "1.6.1"
2 changes: 1 addition & 1 deletion runtime-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ p256 = "0.13.2"
p384 = { version = "0.13.0", default-features = false, features = ["std", "ecdsa"] }
schnorrkel = "0.11.2"
merlin = "3.0.0"
thiserror = "1.0.61"
thiserror = "2.0.6"
hex = "0.4.2"
anyhow = "1.0.86"
bech32 = "0.11.0"
Expand Down
6 changes: 3 additions & 3 deletions runtime-sdk/modules/contracts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ num-traits = "0.2.14"
once_cell = "1.8.0"
rand_core = { version = "0.6.4", default-features = false }
snap = "1"
thiserror = "1.0"
walrus = "0.20.3"
thiserror = "2.0"
walrus = "0.23.3"

[dev-dependencies]
wat = "1.211"
k256 = "0.13.1"
hex = "0.4.2"
wasmprinter = "0.211.1"
wasmprinter = "0.221.2"
pretty_assertions = "1.3.0"

[features]
Expand Down
12 changes: 6 additions & 6 deletions runtime-sdk/modules/evm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ oasis-runtime-sdk = { path = "../.." }
anyhow = "1.0"
base64 = "0.22.1"
blake3 = { version = "~1.5.1", features = ["traits-preview"] }
thiserror = "1.0"
thiserror = "2.0"
hex = "0.4.2"
sha2 = "0.10.8"
substrate-bn = "0.6.0"
Expand All @@ -32,20 +32,20 @@ ethabi = { version = "18.0.0", default-features = false, features = ["std"] }
ethereum = "0.15"
evm = { git = "https://github.com/oasisprotocol/evm", tag = "v0.39.1-oasis" }
fixed-hash = "0.8.0"
primitive-types = { version = "0.12", default-features = false, features = ["rlp", "num-traits"] }
rlp = "0.5.2"
uint = "0.9.1"
primitive-types = { version = "0.13", default-features = false, features = ["rlp", "num-traits"] }
rlp = "0.6.1"
uint = "0.10.0"

# Fuzzing.
honggfuzz = "0.5.56"
serde = { version = "1.0.203", features = ["derive"], optional = true }
serde = { version = "1.0.216", features = ["derive"], optional = true }
serde_json = { version = "1.0.116", features = ["raw_value"], optional = true }

[dev-dependencies]
criterion = "0.5.1"
oasis-runtime-sdk = { path = "../..", features = ["test"] }
rand = "0.8.5"
serde = { version = "1.0.203", features = ["derive"] }
serde = { version = "1.0.216", features = ["derive"] }
serde_json = { version = "1.0.116", features = ["raw_value"] }
ethabi = { version = "18.0.0", default-features = false, features = ["std", "full-serde"] }

Expand Down
2 changes: 1 addition & 1 deletion tests/runtimes/benchmarking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ oasis-runtime-sdk-evm = { path = "../../../runtime-sdk/modules/evm" }
cbor = { version = "0.5.1", package = "oasis-cbor" }

# Third party.
thiserror = "1.0"
thiserror = "2.0"
2 changes: 1 addition & 1 deletion tests/runtimes/components-ronl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ oasis-runtime-sdk = { path = "../../../runtime-sdk" }

# Third party.
once_cell = "1.8.0"
thiserror = "1.0"
thiserror = "2.0"

[features]
# Enables mock SGX in non-SGX builds.
Expand Down
2 changes: 1 addition & 1 deletion tests/runtimes/simple-contracts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ oasis-runtime-sdk = { path = "../../../runtime-sdk" }
oasis-runtime-sdk-contracts = { path = "../../../runtime-sdk/modules/contracts" }

# Third party.
thiserror = "1.0"
thiserror = "2.0"

[features]
# Enables mock SGX in non-SGX builds.
Expand Down
2 changes: 1 addition & 1 deletion tests/runtimes/simple-evm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ oasis-runtime-sdk = { path = "../../../runtime-sdk" }
oasis-runtime-sdk-evm = { path = "../../../runtime-sdk/modules/evm" }

# Third party.
thiserror = "1.0"
thiserror = "2.0"

[features]
confidential = []
Expand Down
2 changes: 1 addition & 1 deletion tests/runtimes/simple-keyvalue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cbor = { version = "0.5.1", package = "oasis-cbor" }

# Third party.
anyhow = "1.0.86"
thiserror = "1.0"
thiserror = "2.0"
futures = "0.3.18"

[features]
Expand Down

0 comments on commit 5285dca

Please sign in to comment.