Skip to content

Commit

Permalink
chore(deps): upgrade thiserror to 1.0.34
Browse files Browse the repository at this point in the history
  • Loading branch information
huitseeker committed Sep 8, 2022
1 parent 59e84db commit f1a2994
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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/sui-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ narwhal-node = { git = "https://github.com/MystenLabs/narwhal", rev = "842a611a0

fastcrypto = { git = "https://github.com/MystenLabs/fastcrypto", rev = "c022a2ae23ca7cc2778293fd3b1db42e8cd02d3b"}
workspace-hack = { path = "../workspace-hack"}
thiserror = "1.0.32"
thiserror = "1.0.34"
eyre = "0.6.8"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/sui-faucet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ anyhow = { version = "1.0.64", features = ["backtrace"] }
async-trait = "0.1.57"
axum = "0.5.13"
clap = { version = "3.2.17", features = ["derive"] }
thiserror = "1.0.32"
thiserror = "1.0.34"
tokio = { version = "1.20.1", features = ["full"] }
tracing = "0.1.36"
serde = { version = "1.0.144", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/sui-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ curve25519-dalek = { version = "3", default-features = false, features = ["serde
serde-name = "0.2.1"
sha2 = "0.9.9"
sha3 = "0.10.2"
thiserror = "1.0.31"
thiserror = "1.0.34"
tracing = "0.1"
hex = "0.4.3"
serde_bytes = "0.11.7"
Expand Down

0 comments on commit f1a2994

Please sign in to comment.