Skip to content

Commit

Permalink
Chore(deps): Bump the dependencies group across 1 directory with 2 up…
Browse files Browse the repository at this point in the history
…dates (#55)

Bumps the dependencies group with 2 updates in the / directory: [log](https://github.com/rust-lang/log) and [thiserror](https://github.com/dtolnay/thiserror).


Updates `log` from 0.4.22 to 0.4.25
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.22...0.4.25)

Updates `thiserror` from 2.0.9 to 2.0.11
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.9...2.0.11)

---
updated-dependencies:
- dependency-name: log
  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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 29, 2025
1 parent 8d0306c commit 1aa42a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ derive_builder = "0.20.2"
env_logger = "0.11.6"
error-stack = "0.5.0"
lazy_static = "1.5.0"
log = "0.4.22"
log = "0.4.25"
parking_lot = "0.12.3"
prost = "0.13.4"
tempfile = "3.15.0"
thiserror = "2.0.9"
thiserror = "2.0.11"

0 comments on commit 1aa42a8

Please sign in to comment.