Skip to content

Commit

Permalink
editoast: bump thiserror from 2.0.3 to 2.0.6 in /editoast
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and flomonster committed Dec 10, 2024
1 parent b2067e6 commit d9626c4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions editoast/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 editoast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
strum = { version = "0.26.3", features = ["derive"] }
tempfile = "3.14.0"
thiserror = "2.0.3"
thiserror = "2.0.6"
tokio = { version = "1.41.1", features = ["fs", "macros", "rt-multi-thread"] }
tokio-postgres = "0.7.12"
tracing = { version = "0.1.41", default-features = false, features = [
Expand Down

0 comments on commit d9626c4

Please sign in to comment.