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

rust: bump the rust group across 1 directory with 15 updates #5936

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
194 changes: 107 additions & 87 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions keymanager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ rand = "0.8.5"
rustc-hex = "2.0.1"
sgx-isa = { version = "0.4.0", features = ["sgxstd"] }
sp800-185 = "0.2.0"
thiserror = "1.0"
thiserror = "2.0"
tiny-keccak = { version = "2.0.2", features = ["sha3"] }
x25519-dalek = { version = "2.0.1", features = ["static_secrets"] }
tokio = { version = "1.40", features = ["rt"] }
tokio = { version = "1.41", features = ["rt"] }
zeroize = "1.7"
async-trait = "0.1.83"
p384 = { version = "0.13.0" }
Expand Down
4 changes: 2 additions & 2 deletions runtime-loader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ authors = ["Oasis Protocol Foundation <[email protected]>"]
edition = "2018"

[dependencies]
clap = "4.5.20"
clap = "4.5.21"
anyhow = "1.0"
futures = { version = "0.3.31", features = ["compat", "io-compat"] }
tokio = { version = "1.40", features = ["full"] }
tokio = { version = "1.41", features = ["full"] }

[target.'cfg(target_os = "linux")'.dependencies]
aesm-client = { version = "0.6.0", features = ["sgxs"] }
Expand Down
26 changes: 13 additions & 13 deletions runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ slog = "2.7.0"
slog-json = "2.6.0"
slog-scope = "4.4.0"
slog-stdlog = "4.1.0"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = { version = "1.0.128", features = ["raw_value"] }
serde = { version = "1.0.215", features = ["derive"] }
serde_json = { version = "1.0.132", features = ["raw_value"] }
lazy_static = "1.3.0"
crossbeam = "0.8.4"
byteorder = "1.4.3"
anyhow = "1.0"
thiserror = "1.0"
thiserror = "2.0"
sgx-isa = { version = "0.4.1", features = ["sgxstd"] }
mbedtls = { version = "0.12.3", features = ["x509"] }
yasna = { version = "0.5.0", features = ["num-bigint"] }
Expand All @@ -32,12 +32,12 @@ base64 = "0.22.1"
rustc-hex = "2.0.1"
rand = "0.8.5"
futures = "0.3.31"
tokio = { version = "1.40", features = ["rt", "rt-multi-thread", "sync", "time"] }
tokio = { version = "1.41", features = ["rt", "rt-multi-thread", "sync", "time"] }
tokio-retry = "0.3.0"
tendermint = "0.39.1"
tendermint-proto = "0.39.1"
tendermint-light-client = { version = "0.39.1", features = ["rust-crypto"], default-features = false }
tendermint-rpc = { version = "0.39.1", default-features = false }
tendermint = "0.40.0"
tendermint-proto = "0.40.0"
tendermint-light-client = { version = "0.40.0", features = ["rust-crypto"], default-features = false }
tendermint-rpc = { version = "0.40.0", default-features = false }
curve25519-dalek = { version = "4.1.3", features = ["legacy_compatibility"] }
x25519-dalek = { version = "2.0.1", features = ["static_secrets"] }
ed25519-dalek = { version = "2.0.0", features = ["rand_core", "digest"] }
Expand All @@ -49,7 +49,7 @@ intrusive-collections = "0.9.7"
sha2 = { version = "0.10.7", features = ["oid"] }
hmac = "0.12.1"
honggfuzz = "0.5.55"
arbitrary = { version = "1.2.0", features = ["derive"] }
arbitrary = { version = "1.4.1", features = ["derive"] }
num-bigint = "0.4"
num-traits = "0.2.19"
num-derive = "0.4.2"
Expand All @@ -64,19 +64,19 @@ async-trait = "0.1.83"
cfg-if = "1.0"

# TDX dependencies.
libc = { version = "0.2.158", optional = true }
libc = { version = "0.2.162", optional = true }
nix = { version = "0.29.0", features = ["mount", "signal"], optional = true }
vsock = { version = "0.5.1", optional = true }

[target.'cfg(not(target_env = "sgx"))'.dependencies.tokio]
version = "1.40.0"
version = "1.41.1"
features = ["full"]

[dev-dependencies]
# For storage interoperability tests only.
jsonrpc = { version = "0.18.0", features = ["simple_uds"] }
tempfile = "3.13.0"
tendermint-testgen = "0.39.1"
tempfile = "3.14.0"
tendermint-testgen = "0.40.0"

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion secret-sharing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rand = { version = "0.8" }
rand_core = { version = "0.6" }
sha3 = { version = "0.10" }
subtle = { version = "2.6", default-features = false }
thiserror = { version = "1.0" }
thiserror = { version = "2.0" }
zeroize = { version = "1.7" }

[[bin]]
Expand Down
4 changes: 2 additions & 2 deletions tests/runtimes/simple-keyvalue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ simple-keymanager = { path = "../simple-keymanager" }

# Third party.
anyhow = "1.0"
thiserror = "1.0"
thiserror = "2.0"
byteorder = "1.4.3"
tokio = { version = "1.40.0", features = ["rt"] }
tokio = { version = "1.41.1", features = ["rt"] }

[features]
debug-mock-sgx = [
Expand Down
4 changes: 2 additions & 2 deletions tests/runtimes/simple-rofl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ anyhow = "1.0"
async-trait = "0.1.83"
mbedtls = { version = "0.12.3", features = ["x509"] }
rand = "0.8.5"
rustls = { version = "0.23.14", default-features = false }
rustls = { version = "0.23.16", default-features = false }
rustls-mbedcrypto-provider = { version = "0.1.0" }
rustls-mbedpki-provider = { version = "0.2.0" }
tokio = { version = "1.40.0", features = ["rt", "rt-multi-thread", "sync"] }
tokio = { version = "1.41.1", features = ["rt", "rt-multi-thread", "sync"] }

[features]
debug-mock-sgx = [
Expand Down
6 changes: 3 additions & 3 deletions tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ edition = "2018"

[dependencies]
anyhow = "1.0"
thiserror = "1.0"
serde = { version = "1.0.210", features = ["derive"] }
thiserror = "2.0"
serde = { version = "1.0.215", features = ["derive"] }
toml = "0.8.19"
clap = "4.5.20"
clap = "4.5.21"
ansi_term = "0.12.1"

[[bin]]
Expand Down
Loading