Skip to content

Commit

Permalink
Chore(deps): Bump the dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 3 updates: [anyhow](https://github.com/dtolnay/anyhow), [prost](https://github.com/tokio-rs/prost) and [thiserror](https://github.com/dtolnay/thiserror).


Updates `anyhow` from 1.0.93 to 1.0.94
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.93...1.0.94)

Updates `prost` from 0.13.3 to 0.13.4
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/prost@v0.13.3...v0.13.4)

Updates `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: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: prost
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 318f471 commit e8e519e
Show file tree
Hide file tree
Showing 2 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.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = { version = "1.0.93", features = ["backtrace"] }
anyhow = { version = "1.0.94", features = ["backtrace"] }
bytes = "1.9.0"
crc32fast = "1.4.2"
derive_builder = "0.20.2"
Expand All @@ -15,6 +15,6 @@ error-stack = "0.5.0"
lazy_static = "1.5.0"
log = "0.4.22"
parking_lot = "0.12.3"
prost = "0.13.3"
prost = "0.13.4"
tempfile = "3.14.0"
thiserror = "2.0.3"
thiserror = "2.0.6"

0 comments on commit e8e519e

Please sign in to comment.