Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 5, 2024
1 parent b96a7e7 commit a003a86
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 43 deletions.
78 changes: 39 additions & 39 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 @@ -14,5 +14,5 @@ sea-orm = { version = "0.12", features = [ "sea-query-binder", "sqlx-postgres",
sea-query = "0.30.5"
async-trait = "0.1.75"
anyhow = "1.0.76"
thiserror = "1.0.50"
thiserror = "1.0.56"
serde_json = "1.0.108"
2 changes: 1 addition & 1 deletion openubl/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ sea-orm = { version = "0.12.10", features = ["sqlx-postgres", "runtime-tokio-rus
clap = { version = "4.4.11", features = ["derive", "env"] }
anyhow = "1.0.76"
env_logger = "0.10.1"
thiserror = "1.0.50"
thiserror = "1.0.56"
utoipa = { version = "4.1.0", features = ["actix_extras"] }
utoipa-swagger-ui = { version = "5.0.0", features = ["actix-web"] }
actix-web-httpauth = "0.8.1"
Expand Down
2 changes: 1 addition & 1 deletion openubl/storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ minio = "0.1.0"
serde = { version = "1.0.193", features = ["derive"] }
anyhow = "1.0.78"
uuid = { version = "1.6.1", features = ["v4"] }
thiserror = "1.0.53"
thiserror = "1.0.56"
zip = "0.6.6"
2 changes: 1 addition & 1 deletion xsender/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ serde = { version = "1.0.193", features = ["derive"] }
reqwest = "0.11.22"
regex = "1.10.2"
base64 = "0.21.5"
thiserror = "1.0.53"
thiserror = "1.0.56"
anyhow = "1.0.78"

[dev-dependencies]
Expand Down

0 comments on commit a003a86

Please sign in to comment.