Skip to content

Commit

Permalink
Update thiserror requirement from 1.0.50 to 2.0.3
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.50...2.0.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 54b886c commit a541e0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", optional = true }
mime = "0.3.17"
simd-json = { version = "0.13.4", optional = true }
thiserror = "1.0.50"
thiserror = "2.0.3"

[features]
anyhow_error = ["anyhow"]
Expand All @@ -32,5 +32,5 @@ tracing = "0.1"
anyhow = "1.0.75"
tokio = { version = "1.34", features = ["full"] }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
thiserror = "1.0.50"
thiserror = "2.0.3"
axum-test = "15.0.1"

0 comments on commit a541e0a

Please sign in to comment.