From 26eeb7d56d4bffcf28e1441e9c4e5dbded53f2a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 01:54:08 +0000 Subject: [PATCH] runtime-sdk: bump the rust group across 1 directory with 20 updates Bumps the rust group with 20 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` | | [tokio](https://github.com/tokio-rs/tokio) | `1.39.3` | `1.40.0` | | [syn](https://github.com/dtolnay/syn) | `2.0.75` | `2.0.77` | | [walrus](https://github.com/rustwasm/walrus) | `0.20.3` | `0.22.0` | | [wat](https://github.com/bytecodealliance/wasm-tools) | `1.216.0` | `1.217.0` | | [wasmprinter](https://github.com/bytecodealliance/wasm-tools) | `0.211.1` | `0.217.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` | | [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](https://github.com/dtolnay/async-trait/compare/0.1.81...0.1.83) Updates `k256` from 0.13.3 to 0.13.4 - [Commits](https://github.com/RustCrypto/elliptic-curves/compare/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](https://github.com/dtolnay/thiserror/compare/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](https://github.com/dtolnay/anyhow/compare/1.0.86...1.0.89) Updates `tokio` from 1.39.3 to 1.40.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.39.3...tokio-1.40.0) Updates `syn` from 2.0.75 to 2.0.77 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.75...2.0.77) 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](https://github.com/rustwasm/walrus/compare/0.20.3...0.22.0) Updates `wat` from 1.216.0 to 1.217.0 - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/compare/v1.216.0...v1.217.0) Updates `wasmprinter` from 0.211.1 to 0.217.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](https://github.com/rust-pretty-assertions/rust-pretty-assertions/compare/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](https://github.com/paritytech/parity-common/compare/rlp-v0.5.2...rlp-v0.6.1) Updates `uint` from 0.9.5 to 0.10.0 - [Commits](https://github.com/paritytech/parity-common/compare/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](https://github.com/serde-rs/serde/compare/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](https://github.com/serde-rs/json/compare/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](https://github.com/rustls/rustls/compare/v/0.23.12...v/0.23.13) Updates `rustls-mbedpki-provider` from 0.1.0 to 0.2.0 - [Commits](https://github.com/fortanix/rustls-mbedtls-provider/compare/rustls-mbedpki-provider-v0.1.0...rustls-mbedpki-provider-v0.2.0) Updates `webpki-root-certs` from 0.26.4 to 0.26.6 - [Release notes](https://github.com/rustls/webpki-roots/releases) - [Commits](https://github.com/rustls/webpki-roots/compare/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](https://github.com/lipanski/mockito/compare/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: 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: 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] --- Cargo.lock | 417 +++++++++++++++------- contract-sdk-macros/Cargo.toml | 6 +- contract-sdk/Cargo.toml | 2 +- contract-sdk/crypto/Cargo.toml | 4 +- contract-sdk/types/Cargo.toml | 2 +- rofl-utils/Cargo.toml | 8 +- runtime-sdk-macros/Cargo.toml | 4 +- runtime-sdk/Cargo.toml | 10 +- runtime-sdk/modules/contracts/Cargo.toml | 10 +- runtime-sdk/modules/evm/Cargo.toml | 16 +- tests/runtimes/components-rofl/Cargo.toml | 2 +- tests/runtimes/simple-keyvalue/Cargo.toml | 2 +- 12 files changed, 313 insertions(+), 170 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1d14b8faa7..39277b9e0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -129,9 +129,9 @@ checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1" [[package]] name = "anyhow" -version = "1.0.86" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" +checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" [[package]] name = "arbitrary" @@ -212,7 +212,7 @@ checksum = "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490" dependencies = [ "proc-macro2 1.0.86", "quote 1.0.37", - "syn 2.0.75", + "syn 2.0.77", "synstructure 0.13.1", ] @@ -235,7 +235,7 @@ checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7" dependencies = [ "proc-macro2 1.0.86", "quote 1.0.37", - "syn 2.0.75", + "syn 2.0.77", ] [[package]] @@ -250,15 +250,21 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.81" +version = "0.1.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107" +checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" dependencies = [ "proc-macro2 1.0.86", "quote 1.0.37", - "syn 2.0.75", + "syn 2.0.77", ] +[[package]] +name = "atomic-waker" +version = "1.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" + [[package]] name = "auto_impl" version = "1.2.0" @@ -267,7 +273,7 @@ checksum = "3c87f3f15e7794432337fc718554eaa4dc8f04c9677a950ffe366f20a162ae42" dependencies = [ "proc-macro2 1.0.86", "quote 1.0.37", - "syn 2.0.75", + "syn 2.0.77", ] [[package]] @@ -359,7 +365,7 @@ dependencies = [ "regex", "rustc-hash", "shlex", - "syn 2.0.75", + "syn 2.0.77", "which", ] @@ -382,7 +388,7 @@ dependencies = [ "regex", "rustc-hash", "shlex", - "syn 2.0.75", + "syn 2.0.77", "which", ] @@ -874,7 +880,7 @@ checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" dependencies = [ "proc-macro2 1.0.86", "quote 1.0.37", - "syn 2.0.75", + "syn 2.0.77", ] [[package]] @@ -935,7 +941,7 @@ dependencies = [ "proc-macro2 1.0.86", "quote 1.0.37", "strsim 0.11.1", - "syn 2.0.75", + "syn 2.0.77", ] [[package]] @@ -957,7 +963,7 @@ checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" dependencies = [ "darling_core 0.20.10", "quote 1.0.37", - "syn 2.0.75", + "syn 2.0.77", ] [[package]] @@ -1050,7 +1056,7 @@ checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611" dependencies = [ "proc-macro2 1.0.86", "quote 1.0.37", - "syn 2.0.75", + "syn 2.0.77", ] [[package]] @@ -1061,7 +1067,7 @@ checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce" dependencies = [ "proc-macro2 1.0.86", "quote 1.0.37", - "syn 2.0.75", + "syn 2.0.77", ] [[package]] @@ -1105,7 +1111,7 @@ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" dependencies = [ "proc-macro2 1.0.86", "quote 1.0.37", - "syn 2.0.75", + "syn 2.0.77", ] [[package]] @@ -1233,7 +1239,7 @@ dependencies = [ "serde_json", "sha3", "thiserror", - "uint", + "uint 0.9.5", ] [[package]] @@ -1245,7 +1251,7 @@ dependencies = [ "crunchy", "fixed-hash", "impl-codec", - "impl-rlp", + "impl-rlp 0.3.0", "impl-serde", "scale-info", "tiny-keccak 2.0.2", @@ -1262,7 +1268,7 @@ dependencies = [ "hash-db 0.15.2", "hash256-std-hasher", "parity-scale-codec", - "rlp", + "rlp 0.5.2", "scale-info", "serde", "sha3", @@ -1280,7 +1286,7 @@ dependencies = [ "hash-db 0.16.0", "hash256-std-hasher", "parity-scale-codec", - "rlp", + "rlp 0.5.2", "scale-info", "serde", "sha3", @@ -1296,11 +1302,11 @@ dependencies = [ "ethbloom", "fixed-hash", "impl-codec", - "impl-rlp", + "impl-rlp 0.3.0", "impl-serde", - "primitive-types", + "primitive-types 0.12.2", "scale-info", - "uint", + "uint 0.9.5", ] [[package]] @@ -1316,8 +1322,8 @@ dependencies = [ "evm-runtime", "log", "parity-scale-codec", - "primitive-types", - "rlp", + "primitive-types 0.12.2", + "rlp 0.5.2", "scale-info", "serde", "sha3", @@ -1329,7 +1335,7 @@ version = "0.39.0" source = "git+https://github.com/oasisprotocol/evm?tag=v0.39.1-oasis#13a30bfc1a10074f3f1676988aeb6ada76c65553" dependencies = [ "parity-scale-codec", - "primitive-types", + "primitive-types 0.12.2", "scale-info", "serde", ] @@ -1342,7 +1348,7 @@ dependencies = [ "environmental", "evm-core", "evm-runtime", - "primitive-types", + "primitive-types 0.12.2", ] [[package]] @@ -1353,7 +1359,7 @@ dependencies = [ "auto_impl", "environmental", "evm-core", - "primitive-types", + "primitive-types 0.12.2", "sha3", ] @@ -1487,7 +1493,7 @@ checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" dependencies = [ "proc-macro2 1.0.86", "quote 1.0.37", - "syn 2.0.75", + "syn 2.0.77", ] [[package]] @@ -1598,6 +1604,25 @@ dependencies = [ "subtle", ] +[[package]] +name = "h2" +version = "0.4.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205" +dependencies = [ + "atomic-waker", + "bytes", + "fnv", + "futures-core", + "futures-sink", + "http", + "indexmap 2.4.0", + "slab", + "tokio", + "tokio-util", + "tracing", +] + [[package]] name = "half" version = "1.8.3" @@ -1649,16 +1674,14 @@ checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" dependencies = [ "ahash", "allocator-api2", + "serde", ] [[package]] name = "heck" -version = "0.3.3" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" -dependencies = [ - "unicode-segmentation", -] +checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "hermit-abi" @@ -1742,12 +1765,76 @@ dependencies = [ "itoa", ] +[[package]] +name = "http-body" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" +dependencies = [ + "bytes", + "http", +] + +[[package]] +name = "http-body-util" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" +dependencies = [ + "bytes", + "futures-util", + "http", + "http-body", + "pin-project-lite", +] + [[package]] name = "httparse" version = "1.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9" +[[package]] +name = "httpdate" +version = "1.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" + +[[package]] +name = "hyper" +version = "1.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05" +dependencies = [ + "bytes", + "futures-channel", + "futures-util", + "h2", + "http", + "http-body", + "httparse", + "httpdate", + "itoa", + "pin-project-lite", + "smallvec", + "tokio", +] + +[[package]] +name = "hyper-util" +version = "0.1.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41296eb09f183ac68eec06e03cdbea2e759633d4067b2f6552fc2e009bcad08b" +dependencies = [ + "bytes", + "futures-util", + "http", + "http-body", + "hyper", + "pin-project-lite", + "tokio", +] + [[package]] name = "iana-time-zone" version = "0.1.60" @@ -1804,13 +1891,13 @@ dependencies = [ [[package]] name = "impl-num-traits" -version = "0.1.2" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "951641f13f873bff03d4bf19ae8bec531935ac0ac2cc775f84d7edfdcfed3f17" +checksum = "803d15461ab0dcc56706adf266158acbc44ccf719bf7d0af30705f58b90a4b8c" dependencies = [ "integer-sqrt", "num-traits", - "uint", + "uint 0.10.0", ] [[package]] @@ -1819,7 +1906,16 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808" dependencies = [ - "rlp", + "rlp 0.5.2", +] + +[[package]] +name = "impl-rlp" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "54ed8ad1f3877f7e775b8cbf30ed1bd3209a95401817f19a0eb4402d13f8cf90" +dependencies = [ + "rlp 0.6.1", ] [[package]] @@ -1860,6 +1956,7 @@ checksum = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c" dependencies = [ "equivalent", "hashbrown 0.14.5", + "serde", ] [[package]] @@ -1935,9 +2032,9 @@ dependencies = [ [[package]] name = "k256" -version = "0.13.3" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "956ff9b67e26e1a6a866cb758f12c6f8746208489e3e4a4b5580802f2f0a587b" +checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b" dependencies = [ "cfg-if 1.0.0", "ecdsa", @@ -2157,20 +2254,26 @@ dependencies = [ [[package]] name = "mockito" -version = "0.31.1" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80f9fece9bd97ab74339fe19f4bcaf52b76dcc18e5364c7977c1838f76b38de9" +checksum = "09b34bd91b9e5c5b06338d392463e1318d683cf82ec3d3af4014609be6e2108d" dependencies = [ "assert-json-diff", + "bytes", "colored", - "httparse", - "lazy_static", + "futures-util", + "http", + "http-body", + "http-body-util", + "hyper", + "hyper-util", "log", "rand", "regex", "serde_json", "serde_urlencoded", "similar", + "tokio", ] [[package]] @@ -2406,10 +2509,10 @@ version = "0.3.0" dependencies = [ "darling 0.20.10", "difference", - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2 1.0.86", "quote 1.0.37", - "syn 2.0.75", + "syn 2.0.77", ] [[package]] @@ -2606,18 +2709,18 @@ dependencies = [ "oasis-cbor", "oasis-runtime-sdk", "once_cell", - "primitive-types", + "primitive-types 0.13.1", "rand", "rand_core", "ripemd", - "rlp", + "rlp 0.6.1", "serde", "serde_json", "sha2 0.10.8", "sha3", "substrate-bn", "thiserror", - "uint", + "uint 0.10.0", "x25519-dalek", ] @@ -2629,7 +2732,7 @@ dependencies = [ "difference", "proc-macro2 1.0.86", "quote 1.0.37", - "syn 2.0.75", + "syn 2.0.77", ] [[package]] @@ -2721,7 +2824,7 @@ version = "3.6.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d830939c76d294956402033aee57a6da7b438f2294eb94864c37b0569053a42c" dependencies = [ - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2 1.0.86", "quote 1.0.37", "syn 1.0.109", @@ -2821,7 +2924,7 @@ checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" dependencies = [ "proc-macro2 1.0.86", "quote 1.0.37", - "syn 2.0.75", + "syn 2.0.77", ] [[package]] @@ -2925,9 +3028,9 @@ dependencies = [ [[package]] name = "pretty_assertions" -version = "1.4.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66" +checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d" dependencies = [ "diff", "yansi", @@ -2940,7 +3043,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e" dependencies = [ "proc-macro2 1.0.86", - "syn 2.0.75", + "syn 2.0.77", ] [[package]] @@ -2960,11 +3063,22 @@ checksum = "0b34d9fd68ae0b74a41b21c03c2f62847aa0ffea044eee893b4c140b37e244e2" dependencies = [ "fixed-hash", "impl-codec", - "impl-num-traits", - "impl-rlp", + "impl-rlp 0.3.0", "impl-serde", "scale-info", - "uint", + "uint 0.9.5", +] + +[[package]] +name = "primitive-types" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d15600a7d856470b7d278b3fe0e311fe28c2526348549f8ef2ff7db3299c87f5" +dependencies = [ + "fixed-hash", + "impl-num-traits", + "impl-rlp 0.4.0", + "uint 0.10.0", ] [[package]] @@ -2979,11 +3093,11 @@ dependencies = [ [[package]] name = "proc-macro-crate" -version = "3.1.0" +version = "3.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284" +checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b" dependencies = [ - "toml_edit 0.21.1", + "toml_edit 0.22.20", ] [[package]] @@ -3024,7 +3138,7 @@ dependencies = [ "itertools 0.12.1", "proc-macro2 1.0.86", "quote 1.0.37", - "syn 2.0.75", + "syn 2.0.77", ] [[package]] @@ -3202,6 +3316,16 @@ dependencies = [ "rustc-hex", ] +[[package]] +name = "rlp" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fa24e92bb2a83198bb76d661a71df9f7076b8c420b8696e4d3d97d50d94479e3" +dependencies = [ + "bytes", + "rustc-hex", +] + [[package]] name = "rlp-derive" version = "0.1.0" @@ -3308,9 +3432,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.12" +version = "0.23.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c58f8c84392efc0a126acce10fa59ff7b3d2ac06ab451a33f2741989b806b044" +checksum = "f2dabaac7466917e566adb06783a81ca48944c6898a1b08b9374106dd671f4c8" dependencies = [ "log", "once_cell", @@ -3337,9 +3461,9 @@ dependencies = [ [[package]] name = "rustls-mbedpki-provider" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd4245e05baaa3493865cc15f80e6520c52423936b409a695f57c3f92d1aad71" +checksum = "5fa57cbb88f865fb47158e95a9326134d9726ed01201c28b00ed4a892792fce9" dependencies = [ "chrono", "mbedtls", @@ -3366,9 +3490,9 @@ checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0" [[package]] name = "rustls-webpki" -version = "0.102.6" +version = "0.102.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e6b52d4fda176fd835fdc55a835d4a89b8499cad995885a21149d5ad62f852e" +checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" dependencies = [ "ring", "rustls-pki-types", @@ -3409,7 +3533,7 @@ version = "2.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2d35494501194174bda522a32605929eefc9ecf7e0a326c26db1fdd85881eb62" dependencies = [ - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2 1.0.86", "quote 1.0.37", "syn 1.0.109", @@ -3478,9 +3602,9 @@ checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" [[package]] name = "serde" -version = "1.0.208" +version = "1.0.210" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cff085d2cb684faa248efb494c39b68e522822ac0de72ccf08109abde717cfb2" +checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a" dependencies = [ "serde_derive", ] @@ -3506,20 +3630,20 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.208" +version = "1.0.210" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24008e81ff7613ed8e5ba0cfaf24e2c2f1e5b8a0495711e44fcd4882fca62bcf" +checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f" dependencies = [ "proc-macro2 1.0.86", "quote 1.0.37", - "syn 2.0.75", + "syn 2.0.77", ] [[package]] name = "serde_json" -version = "1.0.125" +version = "1.0.128" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83c8e735a073ccf5be70aa8066aa984eaf2fa000db6c8d0100ae605b366d31ed" +checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8" dependencies = [ "itoa", "memchr", @@ -3535,7 +3659,7 @@ checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9" dependencies = [ "proc-macro2 1.0.86", "quote 1.0.37", - "syn 2.0.75", + "syn 2.0.77", ] [[package]] @@ -3828,9 +3952,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.75" +version = "2.0.77" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6af063034fc1935ede7be0122941bafa9bacb949334d090b77ca98b5817c7d9" +checksum = "9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed" dependencies = [ "proc-macro2 1.0.86", "quote 1.0.37", @@ -3857,7 +3981,7 @@ checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" dependencies = [ "proc-macro2 1.0.86", "quote 1.0.37", - "syn 2.0.75", + "syn 2.0.77", ] [[package]] @@ -4071,22 +4195,22 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.63" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" +checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.63" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" +checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3" dependencies = [ "proc-macro2 1.0.86", "quote 1.0.37", - "syn 2.0.75", + "syn 2.0.77", ] [[package]] @@ -4165,9 +4289,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.39.3" +version = "1.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9babc99b9923bfa4804bd74722ff02c0381021eafa4db9949217e3be8e84fff5" +checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" dependencies = [ "backtrace", "bytes", @@ -4189,7 +4313,7 @@ checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" dependencies = [ "proc-macro2 1.0.86", "quote 1.0.37", - "syn 2.0.75", + "syn 2.0.77", ] [[package]] @@ -4203,6 +4327,19 @@ dependencies = [ "tokio", ] +[[package]] +name = "tokio-util" +version = "0.7.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a" +dependencies = [ + "bytes", + "futures-core", + "futures-sink", + "pin-project-lite", + "tokio", +] + [[package]] name = "toml" version = "0.8.19" @@ -4235,17 +4372,6 @@ dependencies = [ "winnow 0.5.40", ] -[[package]] -name = "toml_edit" -version = "0.21.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" -dependencies = [ - "indexmap 2.4.0", - "toml_datetime", - "winnow 0.5.40", -] - [[package]] name = "toml_edit" version = "0.22.20" @@ -4274,6 +4400,9 @@ name = "tracing-core" version = "0.1.32" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" +dependencies = [ + "once_cell", +] [[package]] name = "trie-root" @@ -4291,7 +4420,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c" dependencies = [ "hash-db 0.15.2", - "rlp", + "rlp 0.5.2", ] [[package]] @@ -4312,6 +4441,18 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "uint" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "909988d098b2f738727b161a106cfc7cab00c539c2687a8836f8e565976fb53e" +dependencies = [ + "byteorder", + "crunchy", + "hex", + "static_assertions", +] + [[package]] name = "unicode-bidi" version = "0.3.15" @@ -4333,12 +4474,6 @@ dependencies = [ "tinyvec", ] -[[package]] -name = "unicode-segmentation" -version = "1.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" - [[package]] name = "unicode-width" version = "0.1.13" @@ -4435,9 +4570,9 @@ dependencies = [ [[package]] name = "walrus" -version = "0.20.3" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c03529cd0c4400a2449f640d2f27cd1b48c3065226d15e26d98e4429ab0adb7" +checksum = "d68aa3c7b80be75c8458fc087453e5a31a226cfffede2e9b932393b2ea1c624a" dependencies = [ "anyhow", "gimli 0.26.2", @@ -4445,20 +4580,20 @@ dependencies = [ "leb128", "log", "walrus-macro", - "wasm-encoder 0.29.0", - "wasmparser 0.80.2", + "wasm-encoder 0.212.0", + "wasmparser 0.212.0", ] [[package]] name = "walrus-macro" -version = "0.19.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a6e5bd22c71e77d60140b0bd5be56155a37e5bd14e24f5f87298040d0cc40d7" +checksum = "439ad39ff894c43c9649fa724cdde9a6fc50b855d517ef071a93e5df82fe51d3" dependencies = [ "heck", "proc-macro2 1.0.86", "quote 1.0.37", - "syn 1.0.109", + "syn 2.0.77", ] [[package]] @@ -4489,7 +4624,7 @@ dependencies = [ "once_cell", "proc-macro2 1.0.86", "quote 1.0.37", - "syn 2.0.75", + "syn 2.0.77", "wasm-bindgen-shared", ] @@ -4511,7 +4646,7 @@ checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836" dependencies = [ "proc-macro2 1.0.86", "quote 1.0.37", - "syn 2.0.75", + "syn 2.0.77", "wasm-bindgen-backend", "wasm-bindgen-shared", ] @@ -4524,18 +4659,18 @@ checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484" [[package]] name = "wasm-encoder" -version = "0.29.0" +version = "0.212.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18c41dbd92eaebf3612a39be316540b8377c871cb9bde6b064af962984912881" +checksum = "501940df4418b8929eb6d52f1aade1fdd15a5b86c92453cb696e3c906bd3fc33" dependencies = [ "leb128", ] [[package]] name = "wasm-encoder" -version = "0.216.0" +version = "0.217.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04c23aebea22c8a75833ae08ed31ccc020835b12a41999e58c31464271b94a88" +checksum = "7b88b0814c9a2b323a9b46c687e726996c255ac8b64aa237dd11c81ed4854760" dependencies = [ "leb128", ] @@ -4565,15 +4700,23 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.80.2" +version = "0.212.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "449167e2832691a1bff24cde28d2804e90e09586a448c8e76984792c44334a6b" +checksum = "8d28bc49ba1e5c5b61ffa7a2eace10820443c4b7d1c0b144109261d14570fdf8" +dependencies = [ + "ahash", + "bitflags 2.6.0", + "hashbrown 0.14.5", + "indexmap 2.4.0", + "semver", + "serde", +] [[package]] name = "wasmparser" -version = "0.211.1" +version = "0.217.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3189cc8a91f547390e2f043ca3b3e3fe0892f7d581767fd4e4b7f3dc3fe8e561" +checksum = "ca917a21307d3adf2b9857b94dd05ebf8496bdcff4437a9b9fb3899d3e6c74e7" dependencies = [ "bitflags 2.6.0", "indexmap 2.4.0", @@ -4581,33 +4724,33 @@ dependencies = [ [[package]] name = "wasmprinter" -version = "0.211.1" +version = "0.217.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23708dd7a986bd9b12fca26eff525bbc3659a336e947fd9ed9fdf79086825aec" +checksum = "50dc568b3e0d47e8f96ea547c90790cfa783f0205160c40de894a427114185ce" dependencies = [ "anyhow", "termcolor", - "wasmparser 0.211.1", + "wasmparser 0.217.0", ] [[package]] name = "wast" -version = "216.0.0" +version = "217.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7eb1f2eecd913fdde0dc6c3439d0f24530a98ac6db6cb3d14d92a5328554a08" +checksum = "79004ecebded92d3c710d4841383368c7f04b63d0992ddd6b0c7d5029b7629b7" dependencies = [ "bumpalo", "leb128", "memchr", "unicode-width", - "wasm-encoder 0.216.0", + "wasm-encoder 0.217.0", ] [[package]] name = "wat" -version = "1.216.0" +version = "1.217.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac0409090fb5154f95fb5ba3235675fd9e579e731524d63b6a2f653e1280c82a" +checksum = "c126271c3d92ca0f7c63e4e462e40c69cca52fd4245fcda730d1cf558fb55088" dependencies = [ "wast", ] @@ -4624,9 +4767,9 @@ dependencies = [ [[package]] name = "webpki-root-certs" -version = "0.26.4" +version = "0.26.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7a7077dce97d094d1a558b1dad6a3baf1c5c3ba5b65ecb18c493ae00b955f9e" +checksum = "e8c6dfa3ac045bc517de14c7b1384298de1dbd229d38e08e169d9ae8c170937c" dependencies = [ "rustls-pki-types", ] @@ -4918,9 +5061,9 @@ dependencies = [ [[package]] name = "yansi" -version = "0.5.1" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" +checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" [[package]] name = "yasna" @@ -4969,7 +5112,7 @@ checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" dependencies = [ "proc-macro2 1.0.86", "quote 1.0.37", - "syn 2.0.75", + "syn 2.0.77", ] [[package]] @@ -4989,5 +5132,5 @@ checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" dependencies = [ "proc-macro2 1.0.86", "quote 1.0.37", - "syn 2.0.75", + "syn 2.0.77", ] diff --git a/contract-sdk-macros/Cargo.toml b/contract-sdk-macros/Cargo.toml index 3968c0ba3f..eabc34ef50 100644 --- a/contract-sdk-macros/Cargo.toml +++ b/contract-sdk-macros/Cargo.toml @@ -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.77" +proc-macro-crate = "3.2.0" [dev-dependencies] difference = "2.0.0" -syn = { version = "2.0.66", features = ["extra-traits"] } +syn = { version = "2.0.77", features = ["extra-traits"] } diff --git a/contract-sdk/Cargo.toml b/contract-sdk/Cargo.toml index 1d976420ca..f327af4a0b 100644 --- a/contract-sdk/Cargo.toml +++ b/contract-sdk/Cargo.toml @@ -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" } diff --git a/contract-sdk/crypto/Cargo.toml b/contract-sdk/crypto/Cargo.toml index 3eb8455874..5b7f1b8dcd 100644 --- a/contract-sdk/crypto/Cargo.toml +++ b/contract-sdk/crypto/Cargo.toml @@ -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" diff --git a/contract-sdk/types/Cargo.toml b/contract-sdk/types/Cargo.toml index 72ea260aac..ac4ed9b57c 100644 --- a/contract-sdk/types/Cargo.toml +++ b/contract-sdk/types/Cargo.toml @@ -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" diff --git a/rofl-utils/Cargo.toml b/rofl-utils/Cargo.toml index f2bf0d94f0..0e2e15278a 100644 --- a/rofl-utils/Cargo.toml +++ b/rofl-utils/Cargo.toml @@ -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-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" +webpki-root-certs = "0.26.6" [dev-dependencies] -mockito = "0.31.0" +mockito = "1.5.0" diff --git a/runtime-sdk-macros/Cargo.toml b/runtime-sdk-macros/Cargo.toml index 3d94ebddc2..07b0efd950 100644 --- a/runtime-sdk-macros/Cargo.toml +++ b/runtime-sdk-macros/Cargo.toml @@ -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.77" [dev-dependencies] difference = "2.0.0" -syn = { version = "2.0.66", features = ["extra-traits"] } +syn = { version = "2.0.77", features = ["extra-traits"] } diff --git a/runtime-sdk/Cargo.toml b/runtime-sdk/Cargo.toml index 8d9340cf75..c08f136c05 100644 --- a/runtime-sdk/Cargo.toml +++ b/runtime-sdk/Cargo.toml @@ -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"] } @@ -21,14 +21,14 @@ 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" @@ -38,7 +38,7 @@ 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" diff --git a/runtime-sdk/modules/contracts/Cargo.toml b/runtime-sdk/modules/contracts/Cargo.toml index b5b87cbe84..cf04b21afc 100644 --- a/runtime-sdk/modules/contracts/Cargo.toml +++ b/runtime-sdk/modules/contracts/Cargo.toml @@ -24,14 +24,14 @@ once_cell = "1.8.0" 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.217" +k256 = "0.13.4" hex = "0.4.2" -wasmprinter = "0.211.1" -pretty_assertions = "1.3.0" +wasmprinter = "0.217.0" +pretty_assertions = "1.4.1" [features] debug-utils = [] diff --git a/runtime-sdk/modules/evm/Cargo.toml b/runtime-sdk/modules/evm/Cargo.toml index 742184ee11..9836f59879 100644 --- a/runtime-sdk/modules/evm/Cargo.toml +++ b/runtime-sdk/modules/evm/Cargo.toml @@ -19,7 +19,7 @@ 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" @@ -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] diff --git a/tests/runtimes/components-rofl/Cargo.toml b/tests/runtimes/components-rofl/Cargo.toml index f5a10fb896..566fbb2c1d 100644 --- a/tests/runtimes/components-rofl/Cargo.toml +++ b/tests/runtimes/components-rofl/Cargo.toml @@ -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. diff --git a/tests/runtimes/simple-keyvalue/Cargo.toml b/tests/runtimes/simple-keyvalue/Cargo.toml index 94590c6f62..e9c8f5c014 100644 --- a/tests/runtimes/simple-keyvalue/Cargo.toml +++ b/tests/runtimes/simple-keyvalue/Cargo.toml @@ -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"