Skip to content

Commit

Permalink
Merge branch 'master' into vitor/overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorenesduarte committed Feb 22, 2021
2 parents 42d5957 + 55450d8 commit 254f853
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
18 changes: 9 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 modules/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ibc-proto = { version = "0.7.1", path = "../proto" }
ics23 = "0.6.0"
anomaly = "0.2.0"
chrono = "0.4"
thiserror = "1.0.11"
thiserror = "1.0.24"
serde_derive = "1.0.104"
serde = "1.0.104"
serde_json = "1"
Expand Down
2 changes: 1 addition & 1 deletion relayer-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ serde = { version = "1", features = ["serde_derive"] }
thiserror = "1"
tokio = { version = "1.0", features = ["full"] }
tracing = "0.1.13"
tracing-subscriber = "0.2.3"
tracing-subscriber = "0.2.16"
futures = "0.3.5"
toml = "0.5.6"
serde_derive = "1.0.116"
Expand Down
2 changes: 1 addition & 1 deletion relayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ serde = "1.0.97"
serde_cbor = "0.11.1"
serde_derive = "1.0"
sled = { version = "0.34.4", features = ["no_metrics", "no_logs"] }
thiserror = "1.0.11"
thiserror = "1.0.24"
toml = "0.5"
tracing = "0.1.13"
tokio = { version = "1.0", features = ["rt-multi-thread", "time", "sync"] }
Expand Down

0 comments on commit 254f853

Please sign in to comment.