Skip to content

Commit

Permalink
build(deps): update thiserror requirement from =1.0.47 to =1.0.49
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.47...1.0.49)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 3, 2023
1 parent 1793771 commit f0a25a3
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 @@ -32,7 +32,7 @@ toml = { version = "=0.8.1" }
quote = { version = "=1.0.33" }

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

# 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 @@ -35,7 +35,7 @@ statrs = { version = "=0.16.0" }
RustQuant = { version = "=0.0.32", features = ["seedable"]}

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

# Logging
log = { version = "=0.4.20" }
Expand Down

0 comments on commit f0a25a3

Please # to comment.