Skip to content

Commit

Permalink
chore(deps): bump thiserror from 1.0.63 to 1.0.64 in /webapp/native (#…
Browse files Browse the repository at this point in the history
…1273)

Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.63 to 1.0.64.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.63...1.0.64)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 24, 2024
1 parent 777761e commit e74f620
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions webapp/native/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 webapp/native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ chrono = "0.4.38"
serde_with = { version = "3.9.0", features = ["json"] }
uuid = { version = "1.10.0", features = ["v4"] }
void = "1.0.2"
thiserror = "1.0.63"
thiserror = "1.0.64"
eventsource-stream = "0.2.3"
futures-util = "0.3.30"
tokio = { version = "1.40.0", features = ["sync"] }
Expand Down

0 comments on commit e74f620

Please sign in to comment.