Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/cargo/mio-0.8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ljoss17 authored Mar 5, 2024
2 parents f61ec30 + 9c641ae commit fc70e57
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
17 changes: 8 additions & 9 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 crates/relayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ed25519 = "2.2.2"
ed25519-dalek = { version = "2.0.0", features = ["serde"] }
ed25519-dalek-bip32 = "0.3.0"
generic-array = "0.14.7"
secp256k1 = { version = "0.28.1", features = ["rand-std"] }
secp256k1 = { version = "0.28.2", features = ["rand-std"] }
strum = { version = "0.25", features = ["derive"] }
tokio-stream = "0.1.14"
once_cell = "1.19.0"
Expand Down
2 changes: 1 addition & 1 deletion tools/integration-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ name = "test_setup_with_binary_channel"
doc = true

[dev-dependencies]
tempfile = "3.6.0"
tempfile = "3.10.1"

[dependencies.tendermint]
version = "0.34.0"
Expand Down

0 comments on commit fc70e57

Please sign in to comment.