Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [serde](https://github.com/serde-rs/serde) | `1.0.210` | `1.0.216` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.128` | `1.0.133` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.89` | `1.0.94` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.64` | `2.0.7` |
| [mbedtls](https://github.com/fortanix/rust-mbedtls) | `0.12.3` | `0.13.0` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.38` | `0.4.39` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.40.0` | `1.42.0` |
| [tendermint](https://github.com/informalsystems/tendermint-rs) | `0.39.1` | `0.40.0` |
| [tendermint-proto](https://github.com/informalsystems/tendermint-rs) | `0.39.1` | `0.40.0` |
| [tendermint-light-client](https://github.com/informalsystems/tendermint-rs) | `0.39.1` | `0.40.0` |
| [tendermint-rpc](https://github.com/informalsystems/tendermint-rs) | `0.39.1` | `0.40.0` |
| [arbitrary](https://github.com/rust-fuzz/arbitrary) | `1.3.2` | `1.4.1` |
| [impl-trait-for-tuples](https://github.com/bkchr/impl-trait-for-tuples) | `0.2.2` | `0.2.3` |
| [rsa](https://github.com/RustCrypto/RSA) | `0.9.6` | `0.9.7` |
| [libc](https://github.com/rust-lang/libc) | `0.2.159` | `0.2.168` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.13.0` | `3.14.0` |
| [tendermint-testgen](https://github.com/informalsystems/tendermint-rs) | `0.39.1` | `0.40.0` |
| [clap](https://github.com/clap-rs/clap) | `4.5.20` | `4.5.23` |
| [rustls](https://github.com/rustls/rustls) | `0.23.18` | `0.23.20` |



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

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

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

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

Updates `mbedtls` from 0.12.3 to 0.13.0
- [Release notes](https://github.com/fortanix/rust-mbedtls/releases)
- [Commits](fortanix/rust-mbedtls@mbedtls_v0.12.3...mbedtls_v0.13.0)

Updates `chrono` from 0.4.38 to 0.4.39
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.38...v0.4.39)

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

Updates `tendermint` from 0.39.1 to 0.40.0
- [Release notes](https://github.com/informalsystems/tendermint-rs/releases)
- [Changelog](https://github.com/informalsystems/tendermint-rs/blob/main/CHANGELOG.md)
- [Commits](informalsystems/tendermint-rs@v0.39.1...v0.40.0)

Updates `tendermint-proto` from 0.39.1 to 0.40.0
- [Release notes](https://github.com/informalsystems/tendermint-rs/releases)
- [Changelog](https://github.com/informalsystems/tendermint-rs/blob/main/CHANGELOG.md)
- [Commits](informalsystems/tendermint-rs@v0.39.1...v0.40.0)

Updates `tendermint-light-client` from 0.39.1 to 0.40.0
- [Release notes](https://github.com/informalsystems/tendermint-rs/releases)
- [Changelog](https://github.com/informalsystems/tendermint-rs/blob/main/CHANGELOG.md)
- [Commits](informalsystems/tendermint-rs@v0.39.1...v0.40.0)

Updates `tendermint-rpc` from 0.39.1 to 0.40.0
- [Release notes](https://github.com/informalsystems/tendermint-rs/releases)
- [Changelog](https://github.com/informalsystems/tendermint-rs/blob/main/CHANGELOG.md)
- [Commits](informalsystems/tendermint-rs@v0.39.1...v0.40.0)

Updates `arbitrary` from 1.3.2 to 1.4.1
- [Changelog](https://github.com/rust-fuzz/arbitrary/blob/main/CHANGELOG.md)
- [Commits](rust-fuzz/arbitrary@v1.3.2...v1.4.1)

Updates `impl-trait-for-tuples` from 0.2.2 to 0.2.3
- [Release notes](https://github.com/bkchr/impl-trait-for-tuples/releases)
- [Commits](bkchr/impl-trait-for-tuples@v0.2.2...v0.2.3)

Updates `rsa` from 0.9.6 to 0.9.7
- [Changelog](https://github.com/RustCrypto/RSA/blob/v0.9.7/CHANGELOG.md)
- [Commits](RustCrypto/RSA@v0.9.6...v0.9.7)

Updates `libc` from 0.2.159 to 0.2.168
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.168/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.159...0.2.168)

Updates `tempfile` from 3.13.0 to 3.14.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.13.0...v3.14.0)

Updates `tendermint-testgen` from 0.39.1 to 0.40.0
- [Release notes](https://github.com/informalsystems/tendermint-rs/releases)
- [Changelog](https://github.com/informalsystems/tendermint-rs/blob/main/CHANGELOG.md)
- [Commits](informalsystems/tendermint-rs@v0.39.1...v0.40.0)

Updates `clap` from 4.5.20 to 4.5.23
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.20...clap_complete-v4.5.23)

Updates `rustls` from 0.23.18 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.18...v/0.23.20)

---
updated-dependencies:
- 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: anyhow
  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-major
  dependency-group: rust
- dependency-name: mbedtls
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
- dependency-name: chrono
  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: tendermint
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
- dependency-name: tendermint-proto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
- dependency-name: tendermint-light-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
- dependency-name: tendermint-rpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
- dependency-name: arbitrary
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
- dependency-name: impl-trait-for-tuples
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
- dependency-name: rsa
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
- dependency-name: tendermint-testgen
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
- dependency-name: clap
  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
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 907d604 commit ede9e00
Show file tree
Hide file tree
Showing 8 changed files with 180 additions and 141 deletions.
261 changes: 150 additions & 111 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.42", 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 <info@oasisprotocol.org>"]
edition = "2018"

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

[target.'cfg(target_os = "linux")'.dependencies]
aesm-client = { version = "0.6.0", features = ["sgxs"] }
Expand Down
34 changes: 17 additions & 17 deletions runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,31 +13,31 @@ 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.216", features = ["derive"] }
serde_json = { version = "1.0.133", 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"] }
mbedtls = { version = "0.13.0", features = ["x509"] }
yasna = { version = "0.5.0", features = ["num-bigint"] }
bincode = "1.3.3"
bitflags = "2.6.0"
snow = "0.9.6"
percent-encoding = "2.2.0"
chrono = "0.4.19"
chrono = "0.4.39"
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.42", 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,34 +49,34 @@ 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"
bech32 = "0.11.0"
impl-trait-for-tuples = "0.2.1"
impl-trait-for-tuples = "0.2.3"
x509-parser = "0.16.0"
oid-registry = "0.7.1"
rsa = "0.9.6"
rsa = "0.9.7"
base64-serde = "0.8.0"
lru = "0.12.5"
async-trait = "0.1.83"
cfg-if = "1.0"

# TDX dependencies.
libc = { version = "0.2.158", optional = true }
libc = { version = "0.2.168", 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.42.0"
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.42.0", features = ["rt"] }

[features]
debug-mock-sgx = [
Expand Down
6 changes: 3 additions & 3 deletions tests/runtimes/simple-rofl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ oasis-core-keymanager = { path = "../../../keymanager" }

anyhow = "1.0"
async-trait = "0.1.83"
mbedtls = { version = "0.12.3", features = ["x509"] }
mbedtls = { version = "0.13.0", features = ["x509"] }
rand = "0.8.5"
rustls = { version = "0.23.18", default-features = false }
rustls = { version = "0.23.20", 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.42.0", 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.216", features = ["derive"] }
toml = "0.8.19"
clap = "4.5.20"
clap = "4.5.23"
ansi_term = "0.12.1"

[[bin]]
Expand Down

0 comments on commit ede9e00

Please sign in to comment.