Skip to content

Commit

Permalink
build(deps): bump anyhow from 1.0.76 to 1.0.79
Browse files Browse the repository at this point in the history
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.76 to 1.0.79.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.76...1.0.79)

---
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 Jan 14, 2024
1 parent b273661 commit 710d1d3
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 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 openubl/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ openubl-migration = {path = "../migration"}
sea-orm = { version = "0.12", features = [ "sea-query-binder", "sqlx-postgres", "runtime-tokio-rustls", "macros" ] }
sea-query = "0.30.5"
async-trait = "0.1.75"
anyhow = "1.0.76"
anyhow = "1.0.79"
thiserror = "1.0.50"
serde_json = "1.0.108"
serde = { version = "1.0.195", features = ["derive"] }
2 changes: 1 addition & 1 deletion openubl/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ edition = "2021"
openubl-server = { path = "../server" }

clap = { version = "4.4.11", features = ["derive", "env"] }
anyhow = "1.0.76"
anyhow = "1.0.79"
actix-web = "4.4.1"
2 changes: 1 addition & 1 deletion openubl/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ actix-web = "4.4.0"
serde = { version = "1.0.193", features = ["derive"] }
sea-orm = { version = "0.12.10", features = ["sqlx-postgres", "runtime-tokio-rustls", "macros"] }
clap = { version = "4.4.11", features = ["derive", "env"] }
anyhow = "1.0.76"
anyhow = "1.0.79"
env_logger = "0.10.1"
thiserror = "1.0.50"
utoipa = { version = "4.1.0", features = ["actix_extras"] }
Expand Down
2 changes: 1 addition & 1 deletion openubl/signature/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.78"
anyhow = "1.0.79"
thiserror = "1.0.53"
2 changes: 1 addition & 1 deletion openubl/storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
clap = {version = "4.4.11", features = ["derive", "env"]}
minio = "0.1.0"
serde = { version = "1.0.193", features = ["derive"] }
anyhow = "1.0.78"
anyhow = "1.0.79"
uuid = { version = "1.6.1", features = ["v4"] }
thiserror = "1.0.53"
zip = "0.6.6"
Expand Down
2 changes: 1 addition & 1 deletion xsender/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ reqwest = "0.11.22"
regex = "1.10.2"
base64 = "0.21.5"
thiserror = "1.0.53"
anyhow = "1.0.78"
anyhow = "1.0.79"
sha2 = "0.10.8"

[dev-dependencies]
Expand Down

0 comments on commit 710d1d3

Please sign in to comment.