Skip to content

Commit

Permalink
chore(deps): update thiserror requirement from 1 to 2
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.0...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 aa7ce7d commit ae8d185
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion beam-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
uuid = { version = "1", features = ["v4", "serde"] }
reqwest = { version = "0.12", features = ["json"], default-features = false, optional = true }
thiserror = { version = "1.0", optional = true }
thiserror = { version = "2.0", optional = true }

[features]
strict-ids = []
Expand Down
2 changes: 1 addition & 1 deletion broker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ axum = { version = "0.7", features = [ "query" ] }
dashmap = "6.0"

anyhow = "1"
thiserror = "1"
thiserror = "2"

# Subscriber is setup through shared
tracing = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jwt-simple = "0.11"
once_cell = "1"

# Error handling
thiserror = "1"
thiserror = "2"

# Command Line Interface
clap = { version = "4", features = ["env", "derive"] }
Expand Down

0 comments on commit ae8d185

Please sign in to comment.