Skip to content

Commit

Permalink
Bump the dependencies group across 1 directory with 6 updates (#157)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [bytes](https://github.com/tokio-rs/bytes) | `1.6.0` | `1.7.1` |
| [clap](https://github.com/clap-rs/clap) | `4.5.4` | `4.5.16` |
| [prost](https://github.com/tokio-rs/prost) | `0.12.6` | `0.13.2` |
| [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) | `1.4.0` | `1.5.0` |
| [cities-json](https://github.com/ringsaturn/go-cities.json) | `0.5.5` | `0.6.0` |
| [prost-build](https://github.com/tokio-rs/prost) | `0.12.6` | `0.13.2` |



Updates `bytes` from 1.6.0 to 1.7.1
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/bytes@v1.6.0...v1.7.1)

Updates `clap` from 4.5.4 to 4.5.16
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.4...clap_complete-v4.5.16)

Updates `prost` from 0.12.6 to 0.13.2
- [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.12.6...v0.13.2)

Updates `lazy_static` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/rust-lang-nursery/lazy-static.rs/releases)
- [Commits](rust-lang-nursery/lazy-static.rs@1.4.0...1.5.0)

Updates `cities-json` from 0.5.5 to 0.6.0
- [Release notes](https://github.com/ringsaturn/go-cities.json/releases)
- [Commits](ringsaturn/go-cities.json@v0.5.5...v0.6.0)

Updates `prost-build` from 0.12.6 to 0.13.2
- [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.12.6...v0.13.2)

---
updated-dependencies:
- dependency-name: bytes
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: clap
  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-minor
  dependency-group: dependencies
- dependency-name: lazy_static
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: cities-json
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: prost-build
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Sep 4, 2024
1 parent 3a82e5d commit 06e4221
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
44 changes: 22 additions & 22 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 @@ -16,7 +16,7 @@ version = "0.4.8"
anyhow = "1"
bytes = "1"
clap = {version = "4", features = ["color", "help", "usage", "derive"], optional = true}
prost = "0.12"
prost = "0.13"
rand = "0.8.5"

# tzf-rel = { git = "https://github.com/ringsaturn/tzf-rel", tag = "v0.0.2022-f5"}
Expand All @@ -26,7 +26,7 @@ tzf-rel = "0.0.2024-a"
geometry-rs = "0.2.1"

[dev-dependencies]
lazy_static = "1.4.0"
lazy_static = "1.5.0"

criterion = {version = "0.5", features = ["html_reports"]}

Expand All @@ -46,7 +46,7 @@ harness = false
name = "finders"

[build-dependencies]
prost-build = "0.12.6"
prost-build = "0.13.2"

[profile.bench]
lto = true
Expand Down

0 comments on commit 06e4221

Please sign in to comment.