Skip to content

Commit

Permalink
Bump thiserror from 2.0.3 to 2.0.6
Browse files Browse the repository at this point in the history
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.3 to 2.0.6.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.3...2.0.6)

---
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 Dec 9, 2024
1 parent f11453b commit 809a8d4
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
22 changes: 11 additions & 11 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ serde_json = "1.0.133"
serde_path_to_error = "0.1.16"
sha2 = "0.10.8"
subtle = "2.6.1"
thiserror = "2.0.3"
thiserror = "2.0.6"
time = { version = "0.3.36", features = ["serde", "serde-well-known"] }
tokio = { version = "1.41.1", features = ["full"] }
tracing = "0.1.41"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ path = "src/main.rs"
[dependencies]
anyhow = "1"
clap = { version = "4.5.21", features = ["derive", "env"] }
thiserror = "2.0.3"
thiserror = "2.0.6"
divviup-client = { workspace = true }
trillium-rustls = { version = "0.8.1", default-features = false }
trillium-tokio = "0.4.0"
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ email_address = "0.2.9"
prio = "0.16"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
thiserror = "2.0.3"
thiserror = "2.0.6"
trillium-client = { version = "0.6.2", features = ["json"] }
trillium-http = "0.3.14"
url = { version = "2.5.2", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion migration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async-std = { version = "1", features = ["attributes", "tokio1"] }
clap = { version = "4.5.21", features = ["env", "derive"] }
sea-orm = "1.0.1"
serde_json = "1.0.133"
thiserror = "2.0.3"
thiserror = "2.0.6"
time = "0.3.36"
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
Expand Down
2 changes: 1 addition & 1 deletion test-support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ trillium-testing = { version = "0.7.0", features = ["tokio"] }
divviup-api.workspace = true
serde = "1.0.215"
serde_json = "1.0.133"
thiserror = "2.0.3"
thiserror = "2.0.6"
tracing = "0.1.41"
tracing-log = "0.2.0"
tracing-subscriber = { version = "0.3.19", features = [
Expand Down

0 comments on commit 809a8d4

Please sign in to comment.