Skip to content

Commit

Permalink
editoast: bump thiserror from 2.0.7 to 2.0.9 in /editoast
Browse files Browse the repository at this point in the history
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.7 to 2.0.9.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.7...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 and leovalais committed Dec 23, 2024
1 parent 6745064 commit aec0ede
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 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.216", features = ["derive"] }
serde_json = "1.0.133"
strum = { version = "0.26.3", features = ["derive"] }
tempfile = "3.14.0"
thiserror = "2.0.7"
thiserror = "2.0.9"
tokio = { version = "1.42.0", 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 aec0ede

Please sign in to comment.