Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.81` | `0.1.83` |
| [k256](https://github.com/RustCrypto/elliptic-curves) | `0.13.3` | `0.13.4` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.63` | `1.0.64` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.86` | `1.0.89` |
| [once_cell](https://github.com/matklad/once_cell) | `1.19.0` | `1.20.1` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.39.3` | `1.40.0` |
| [syn](https://github.com/dtolnay/syn) | `2.0.75` | `2.0.79` |
| [walrus](https://github.com/rustwasm/walrus) | `0.20.3` | `0.22.0` |
| [wat](https://github.com/bytecodealliance/wasm-tools) | `1.216.0` | `1.218.0` |
| [wasmprinter](https://github.com/bytecodealliance/wasm-tools) | `0.211.1` | `0.218.0` |
| [pretty_assertions](https://github.com/rust-pretty-assertions/rust-pretty-assertions) | `1.4.0` | `1.4.1` |
| [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.208` | `1.0.210` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.125` | `1.0.128` |
| [proc-macro-crate](https://github.com/bkchr/proc-macro-crate) | `3.1.0` | `3.2.0` |
| [rustls](https://github.com/rustls/rustls) | `0.23.12` | `0.23.13` |
| [rustls-mbedpki-provider](https://github.com/fortanix/rustls-mbedtls-provider) | `0.1.0` | `0.2.0` |
| [rustls-pki-types](https://github.com/rustls/pki-types) | `1.8.0` | `1.9.0` |
| [webpki-root-certs](https://github.com/rustls/webpki-roots) | `0.26.4` | `0.26.6` |
| [mockito](https://github.com/lipanski/mockito) | `0.31.1` | `1.5.0` |



Updates `async-trait` from 0.1.81 to 0.1.83
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.81...0.1.83)

Updates `k256` from 0.13.3 to 0.13.4
- [Commits](RustCrypto/elliptic-curves@k256/v0.13.3...k256/v0.13.4)

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

Updates `anyhow` from 1.0.86 to 1.0.89
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.86...1.0.89)

Updates `once_cell` from 1.19.0 to 1.20.1
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.19.0...v1.20.1)

Updates `tokio` from 1.39.3 to 1.40.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.39.3...tokio-1.40.0)

Updates `syn` from 2.0.75 to 2.0.79
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.75...2.0.79)

Updates `walrus` from 0.20.3 to 0.22.0
- [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.22.0)

Updates `wat` from 1.216.0 to 1.218.0
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](bytecodealliance/wasm-tools@v1.216.0...v1.218.0)

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

Updates `pretty_assertions` from 1.4.0 to 1.4.1
- [Release notes](https://github.com/rust-pretty-assertions/rust-pretty-assertions/releases)
- [Changelog](https://github.com/rust-pretty-assertions/rust-pretty-assertions/blob/main/CHANGELOG.md)
- [Commits](rust-pretty-assertions/rust-pretty-assertions@v1.4.0...v1.4.1)

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.208 to 1.0.210
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.208...v1.0.210)

Updates `serde_json` from 1.0.125 to 1.0.128
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@1.0.125...1.0.128)

Updates `proc-macro-crate` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/bkchr/proc-macro-crate/releases)
- [Commits](https://github.com/bkchr/proc-macro-crate/commits/v3.2.0)

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

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 `rustls-pki-types` from 1.8.0 to 1.9.0
- [Release notes](https://github.com/rustls/pki-types/releases)
- [Commits](rustls/pki-types@v/1.8.0...v/1.9.0)

Updates `webpki-root-certs` from 0.26.4 to 0.26.6
- [Release notes](https://github.com/rustls/webpki-roots/releases)
- [Commits](rustls/webpki-roots@v/0.26.4...v/0.26.6)

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

---
updated-dependencies:
- dependency-name: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
- dependency-name: k256
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
- dependency-name: walrus
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
- dependency-name: wat
  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: pretty_assertions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
- dependency-name: proc-macro-crate
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: rustls-pki-types
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
- dependency-name: webpki-root-certs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Oct 4, 2024
1 parent 10326f1 commit e37f4b0
Show file tree
Hide file tree
Showing 13 changed files with 331 additions and 179 deletions.
434 changes: 293 additions & 141 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions contract-sdk-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ proc-macro = true
darling = "0.20.9"
proc-macro2 = "1.0.85"
quote = "1.0.10"
syn = "2.0.66"
proc-macro-crate = "3.1.0"
syn = "2.0.79"
proc-macro-crate = "3.2.0"

[dev-dependencies]
difference = "2.0.0"
syn = { version = "2.0.66", features = ["extra-traits"] }
syn = { version = "2.0.79", features = ["extra-traits"] }
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 = "1.0.64"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
oasis-contract-sdk-crypto = { path = "crypto" }
Expand Down
4 changes: 2 additions & 2 deletions contract-sdk/crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ cbor = { version = "0.5.1", package = "oasis-cbor" }
oasis-runtime-sdk = { path = "../../runtime-sdk" }

# Third party.
k256 = "0.13.1"
thiserror = "1.0.61"
k256 = "0.13.4"
thiserror = "1.0.64"
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 = "1.0.64"

[dev-dependencies]
hex = "0.4.2"
10 changes: 5 additions & 5 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.11", default-features = false, features = ["logging", "std", "tls12"] }
rustls = { version = "0.23.13", default-features = false, features = ["logging", "std", "tls12"] }
rustls-mbedcrypto-provider = { version = "0.1.0" }
rustls-mbedpki-provider = { version = "0.1.0" }
rustls-pki-types = { version = "1.7.0", default-features = false, features = ["std"] }
rustls-mbedpki-provider = { version = "0.2.0" }
rustls-pki-types = { version = "1.9.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"
webpki-root-certs = "0.26.6"

[dev-dependencies]
mockito = "0.31.0"
mockito = "1.5.0"
4 changes: 2 additions & 2 deletions runtime-sdk-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ proc-macro = true
darling = "0.20.9"
proc-macro2 = "1.0.85"
quote = "1.0.10"
syn = "2.0.66"
syn = "2.0.79"

[dev-dependencies]
difference = "2.0.0"
syn = { version = "2.0.66", features = ["extra-traits"] }
syn = { version = "2.0.79", features = ["extra-traits"] }
12 changes: 6 additions & 6 deletions runtime-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ oasis-core-keymanager = { git = "https://github.com/oasisprotocol/oasis-core", t
oasis-runtime-sdk-macros = { path = "../runtime-sdk-macros", optional = true }

# Third party.
async-trait = "0.1.77"
async-trait = "0.1.83"
byteorder = "1.4.3"
curve25519-dalek = "4.1.3"
ed25519-dalek = { version = "2.0.0", features = ["digest", "hazmat"] }
Expand All @@ -21,24 +21,24 @@ digest = "0.10.3"
hmac = "0.12.1"
sha2 = "0.10.8"
sha3 = { version = "0.10.1", default-features = false }
k256 = "0.13.1"
k256 = "0.13.4"
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 = "1.0.64"
hex = "0.4.2"
anyhow = "1.0.86"
anyhow = "1.0.89"
bech32 = "0.11.0"
num-traits = "0.2.14"
impl-trait-for-tuples = "0.2.1"
base64 = "0.22.1"
once_cell = "1.8.0"
once_cell = "1.20.1"
rand = "0.8.5"
rand_core = { version = "0.6.4", default-features = false }
slog = "2.7.0"
tiny-keccak = { version = "2.0", features = ["tuple_hash"] }
tokio = { version = "1.38", features = ["rt", "rt-multi-thread", "sync", "time", "macros"] }
tokio = { version = "1.40", features = ["rt", "rt-multi-thread", "sync", "time", "macros"] }
tokio-retry = "0.3.0"
zeroize = "1.8"
lru = "0.12.3"
Expand Down
12 changes: 6 additions & 6 deletions runtime-sdk/modules/contracts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@ anyhow = "1.0"
blake3 = { version = "~1.5.1", features = ["traits-preview"] }
lru = "0.12.3"
num-traits = "0.2.14"
once_cell = "1.8.0"
once_cell = "1.20.1"
rand_core = { version = "0.6.4", default-features = false }
snap = "1"
thiserror = "1.0"
walrus = "0.20.3"
walrus = "0.22.0"

[dev-dependencies]
wat = "1.211"
k256 = "0.13.1"
wat = "1.218"
k256 = "0.13.4"
hex = "0.4.2"
wasmprinter = "0.211.1"
pretty_assertions = "1.3.0"
wasmprinter = "0.218.0"
pretty_assertions = "1.4.1"

[features]
debug-utils = []
Expand Down
18 changes: 9 additions & 9 deletions runtime-sdk/modules/evm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ hex = "0.4.2"
sha2 = "0.10.8"
substrate-bn = "0.6.0"
ripemd = { version = "0.1.3", default-features = false }
k256 = "0.13.1"
k256 = "0.13.4"
sha3 = { version = "0.10", default-features = false }
num = { version = "0.4", features = ["alloc"], default-features = false }
once_cell = "1.8.0"
once_cell = "1.20.1"
x25519-dalek = "2.0.1"
hmac = "0.12.1"
rand_core = { version = "0.6.4", default-features = false }
Expand All @@ -32,21 +32,21 @@ 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_json = { version = "1.0.116", features = ["raw_value"], optional = true }
serde = { version = "1.0.210", features = ["derive"], optional = true }
serde_json = { version = "1.0.128", 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_json = { version = "1.0.116", features = ["raw_value"] }
serde = { version = "1.0.210", features = ["derive"] }
serde_json = { version = "1.0.128", features = ["raw_value"] }
ethabi = { version = "18.0.0", default-features = false, features = ["std", "full-serde"] }

[features]
Expand Down
2 changes: 1 addition & 1 deletion tests/runtimes/components-rofl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ oasis-runtime-sdk = { path = "../../../runtime-sdk" }
components-ronl = { package = "test-runtime-components-ronl", path = "../components-ronl" }

anyhow = "1.0"
async-trait = "0.1.77"
async-trait = "0.1.83"

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

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

[features]
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 @@ -10,7 +10,7 @@ oasis-runtime-sdk = { path = "../../../runtime-sdk" }
cbor = { version = "0.5.1", package = "oasis-cbor" }

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

Expand Down

0 comments on commit e37f4b0

Please sign in to comment.