Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent cecb499 commit 85992cd
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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 cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ vergen = { version = "8", default-features = false, features = [
] }

[dependencies]
anyhow = { version = "1.0.83", features = ["backtrace"] }
anyhow = { version = "1.0.86", features = ["backtrace"] }
cargo_metadata = "0.18.1"
clap = { version = "4.5.4", features = ["derive", "env"] }
sp1-prover = { path = "../prover" }
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ rrs-lib = { git = "https://github.com/GregAC/rrs.git" }
sp1-derive = { path = "../derive" }
sp1-primitives = { path = "../primitives" }

anyhow = "1.0.83"
anyhow = "1.0.86"
amcl = { package = "snowbridge-amcl", version = "1.0.2", default-features = false, features = [
"bls381",
] }
Expand Down
2 changes: 1 addition & 1 deletion prover/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ serde_json = "1.0.117"
clap = { version = "4.5.4", features = ["derive", "env"] }
sha2 = "0.10.8"
hex = "0.4.3"
anyhow = "1.0.83"
anyhow = "1.0.86"
size = "0.4.1"
dirs = "5.0.1"
tempfile = "3.10.1"
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ twirp = { git = "https://github.com/github/twirp-rs.git", rev = "c85f31f9c549573
async-trait = "0.1.80"
reqwest-middleware = "0.3.1"
reqwest = { version = "0.12.4", features = ["rustls-tls", "trust-dns", "stream"] }
anyhow = "1.0.83"
anyhow = "1.0.86"
sp1-prover = { path = "../prover" }
sp1-core = { path = "../core" }
futures = "0.3.30"
Expand Down
2 changes: 1 addition & 1 deletion zkvm/precompiles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
amcl = { package = "snowbridge-amcl", version = "1.0.2", default-features = false, features = [
"bls381",
] }
anyhow = "1.0.83"
anyhow = "1.0.86"
bincode = "1.3.3"
cfg-if = "1.0.0"
getrandom = { version = "0.2.14", features = ["custom"] }
Expand Down

0 comments on commit 85992cd

Please sign in to comment.