Skip to content

Commit

Permalink
Merge pull request #71 from ISibboI/dependabot/cargo/thiserror-1.0.50
Browse files Browse the repository at this point in the history
Bump thiserror from 1.0.49 to 1.0.50
  • Loading branch information
ISibboI authored Oct 21, 2023
2 parents b2ad33f + ece013b commit a49ba98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 backend/rvoc-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ opentelemetry = { version = "0.20.0", features = ["rt-tokio-current-thread"] }
opentelemetry-otlp = { version = "0.13.0" }

# error handling
thiserror = "1.0.44"
thiserror = "1.0.50"

# database
diesel = { version = "2.1.0", features = ["postgres", "chrono"] }
Expand Down

0 comments on commit a49ba98

Please sign in to comment.