Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runtime-sdk: bump the rust group across 1 directory with 15 updates #2060

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
401 changes: 283 additions & 118 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 @@ -10,11 +10,11 @@ proc-macro = true

[dependencies]
darling = "0.20.9"
proc-macro2 = "1.0.85"
proc-macro2 = "1.0.89"
quote = "1.0.10"
syn = "2.0.66"
syn = "2.0.87"
proc-macro-crate = "3.1.0"

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

[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 = "1.0.65"
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.65"

[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.11", default-features = false, features = ["logging", "std", "tls12"] }
rustls = { version = "0.23.16", 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.0"
6 changes: 3 additions & 3 deletions runtime-sdk-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ proc-macro = true

[dependencies]
darling = "0.20.9"
proc-macro2 = "1.0.85"
proc-macro2 = "1.0.89"
quote = "1.0.10"
syn = "2.0.66"
syn = "2.0.87"

[dev-dependencies]
difference = "2.0.0"
syn = { version = "2.0.66", features = ["extra-traits"] }
syn = { version = "2.0.87", features = ["extra-traits"] }
6 changes: 3 additions & 3 deletions runtime-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ 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.65"
hex = "0.4.2"
anyhow = "1.0.86"
anyhow = "1.0.93"
bech32 = "0.11.0"
num-traits = "0.2.14"
impl-trait-for-tuples = "0.2.1"
Expand All @@ -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.41", features = ["rt", "rt-multi-thread", "sync", "time", "macros"] }
tokio-retry = "0.3.0"
zeroize = "1.8"
lru = "0.12.3"
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 @@ -24,13 +24,13 @@ 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"
wat = "1.220"
k256 = "0.13.1"
hex = "0.4.2"
wasmprinter = "0.211.1"
wasmprinter = "0.220.0"
pretty_assertions = "1.3.0"

[features]
Expand Down
10 changes: 5 additions & 5 deletions runtime-sdk/modules/evm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.215", 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.215", 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/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.93"
thiserror = "1.0"
futures = "0.3.18"

Expand Down
Loading