Skip to content

Commit

Permalink
runtime: More dependency bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
kostko committed Sep 21, 2022
1 parent d11b685 commit e9ad469
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 51 deletions.
72 changes: 31 additions & 41 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion keymanager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ sp800-185 = "0.2.0"
thiserror = "1.0"
tiny-keccak = { version = "2.0.2", features = ["sha3"] }
x25519-dalek = "1.1.0"
tokio = { version = "~1.20", features = ["rt"] }
tokio = { version = "~1.21.1", features = ["rt"] }
zeroize = "1.4.2"
16 changes: 8 additions & 8 deletions runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ slog-stdlog = "4.1.0"
serde = { version = "1.0.144", features = ["derive"] }
serde_json = { version = "1.0.81", features = ["raw_value"] }
lazy_static = "1.3.0"
crossbeam = "0.8.1"
crossbeam = "0.8.2"
byteorder = "1.4.3"
anyhow = "1.0"
thiserror = "1.0"
Expand All @@ -32,11 +32,11 @@ base64 = "0.13.0"
rustc-hex = "2.0.1"
rand = "0.7.3"
futures = "0.3.17"
tokio = { version = "~1.20", features = ["rt", "sync"] }
tendermint = "0.23.7"
tendermint-proto = "0.23.7"
tendermint-light-client = { version = "0.23.7", default-features = false }
tendermint-rpc = { version = "0.23.7", default-features = false }
tokio = { version = "~1.21.1", features = ["rt", "sync"] }
tendermint = "0.23.9"
tendermint-proto = "0.23.9"
tendermint-light-client = { version = "0.23.9", default-features = false }
tendermint-rpc = { version = "0.23.9", default-features = false }
io-context = "0.2.0"
curve25519-dalek = "3.2.0"
x25519-dalek = "1.1.0"
Expand All @@ -52,7 +52,7 @@ honggfuzz = "0.5.55"
arbitrary = { version = "1.0.2", features = ["derive"] }
num-bigint = "0.4"
num-traits = "0.2.15"
bech32 = "0.9.0"
bech32 = "0.9.1"
impl-trait-for-tuples = "0.2.1"
x509-parser = "0.14.0"
oid-registry = "0.6.0"
Expand All @@ -66,7 +66,7 @@ features = ["full"]

[dev-dependencies]
# For storage interoperability tests only.
jsonrpc = { version = "0.12.1", features = ["simple_uds"] }
jsonrpc = { version = "0.13.0", features = ["simple_uds"] }
tempfile = "3.3.0"

[[bin]]
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 @@ -31,7 +31,7 @@ thiserror = "1.0"
io-context = "0.2.0"
byteorder = "1.4.3"
x25519-dalek = "1.1.0"
tokio = { version = "~1.20", features = ["rt"] }
tokio = { version = "~1.21.1", features = ["rt"] }

[build-dependencies]
oasis-core-tools = { path = "../../../tools" }

0 comments on commit e9ad469

Please sign in to comment.