Skip to content

Commit

Permalink
build(deps): update thiserror requirement from =1.0.49 to =1.0.50
Browse files Browse the repository at this point in the history
Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.49...1.0.50)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 19, 2023
1 parent 89de2ca commit 5072c86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Inflector = { version = "=0.11.4" }
quote = { version = "=1.0.33" }
foundry-config = { version = "=0.2.0" }
# Errors
thiserror = { version = "=1.0.49" }
thiserror = { version = "=1.0.50" }

# Dependencies for the test build and development
[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion arbiter-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ statrs = { version = "=0.16.0" }
RustQuant = { version = "=0.0.35", features = ["seedable"]}

# Errors
thiserror = { version = "=1.0.49" }
thiserror = { version = "=1.0.50" }

# Logging
futures-util = { version = "=0.3.28" }
Expand Down

0 comments on commit 5072c86

Please sign in to comment.