Skip to content

Commit

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

---
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 24, 2024
1 parent 4be310b commit d4a929e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 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 notifico-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sea-orm = { workspace = true }
anyhow = "1.0.94"
utoipa = { version = "5", features = ["uuid"] }
flume = "0.11.1"
thiserror = "2.0.6"
thiserror = "2.0.9"
regex = "1.11.1"
serde_with = "3.11.0"
futures = "0.3.31"
2 changes: 1 addition & 1 deletion notifico-template/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ notifico-template-migration = { path = "migration" }
sea-orm = { workspace = true }
uuid = { workspace = true }
anyhow = "1.0.94"
thiserror = "2.0.6"
thiserror = "2.0.9"
tokio = { version = "1.42.0", features = ["fs"] }
toml = "0.8.19"
2 changes: 1 addition & 1 deletion transports/notifico-slack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ notifico-attachment = { path = "../../notifico-attachment" }
reqwest = { workspace = true }
serde = "1.0.215"
async-trait = "0.1.83"
thiserror = "2.0.6"
thiserror = "2.0.9"
tokio = { version = "1.42.0", features = ["fs"] }
tokio-util = "0.7.13"
url = { workspace = true }
Expand Down

0 comments on commit d4a929e

Please sign in to comment.