Skip to content

Commit

Permalink
fix(deps): update rust crate anyhow to 1.0.82
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 10, 2024
1 parent 3994fcf commit 96bcf5c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ rustls-pemfile = { version = "1.0.4" }
schemars = { version = "0.8.16", features = ["derive"] }
hyper = { version = "0.14", features = ["server"], default-features = false }
tokio = { version = "1.37.0", features = ["rt", "time"] }
anyhow = "1.0.81"
anyhow = "1.0.82"
derive_setters = "0.1.6"
thiserror = "1.0.58"
serde_json = { version = "1.0", features = ["preserve_order"] }
Expand Down
2 changes: 1 addition & 1 deletion autogen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.81"
anyhow = "1.0.82"
lazy_static = "1.4.0"
schemars = "0.8.16"
serde = "1.0.197"
Expand Down
2 changes: 1 addition & 1 deletion aws-lambda/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3", default-features = false, features = ["fmt"] }
dotenvy = "0.15"

anyhow = "1.0.81"
anyhow = "1.0.82"
async-trait = "0.1.79"
hyper = { version = "0.14", default-features = false }
reqwest = { version = "0.11", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion cloudflare/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ hyper = { version = "0.14", default-features = false }
worker = "0.1.0"
tailcall = { path = "..", default-features = false }
lazy_static = "1.4.0"
anyhow = "1.0.81"
anyhow = "1.0.82"
async-trait = "0.1.79"
reqwest = { version = "0.11", default-features = false }
async-std = "1.12.0"
Expand Down

0 comments on commit 96bcf5c

Please sign in to comment.