Skip to content

Commit

Permalink
chore(deps,cargo): bump the cargo group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the cargo group with 3 updates: [regress](https://github.com/ridiculousfish/regress), [thiserror](https://github.com/dtolnay/thiserror) and [prettyplease](https://github.com/dtolnay/prettyplease).


Updates `regress` from 0.10.1 to 0.10.2
- [Release notes](https://github.com/ridiculousfish/regress/releases)
- [Commits](ridiculousfish/regress@v0.10.1...v0.10.2)

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

Updates `prettyplease` from 0.2.27 to 0.2.29
- [Release notes](https://github.com/dtolnay/prettyplease/releases)
- [Commits](dtolnay/prettyplease@0.2.27...0.2.29)

---
updated-dependencies:
- dependency-name: regress
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: prettyplease
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 442643a commit 39c453a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 51 deletions.
71 changes: 23 additions & 48 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 @@ -39,17 +39,17 @@ pbjson-types = { version = "0.7.0", optional = true }
prost = "0.13.4"
prost-types = "0.13.4"
url = { version = "2.5.4", optional = true }
regress = "0.10.1"
regress = "0.10.2"
semver = { version = "1.0.24", optional = true }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.135"
serde_yaml = { version = "0.9.34", optional = true }
thiserror = { version = "2.0.10", optional = true }
thiserror = { version = "2.0.11", optional = true }

[build-dependencies]
heck = "0.5.0"
pbjson-build = { version = "0.7.0", optional = true }
prettyplease = "0.2.27"
prettyplease = "0.2.29"
prost-build = { version = "0.13.4", default-features = false }
protobuf-src = { version = "2.1.0", optional = true }
schemars = "0.8.21"
Expand Down

0 comments on commit 39c453a

Please sign in to comment.