Skip to content

Commit

Permalink
Bump the dev-dependencies group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group with 4 updates in the / directory: [parking_lot](https://github.com/Amanieu/parking_lot), [serde](https://github.com/serde-rs/serde), [tokio](https://github.com/tokio-rs/tokio) and [metrics-util](https://github.com/metrics-rs/metrics).


Updates `parking_lot` from 0.12.2 to 0.12.3
- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)
- [Commits](Amanieu/parking_lot@0.12.2...0.12.3)

Updates `serde` from 1.0.202 to 1.0.203
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.202...v1.0.203)

Updates `tokio` from 1.37.0 to 1.38.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.37.0...tokio-1.38.0)

Updates `metrics-util` from 0.16.3 to 0.17.0
- [Changelog](https://github.com/metrics-rs/metrics/blob/main/release.toml)
- [Commits](metrics-rs/metrics@metrics-util-v0.16.3...metrics-util-v0.17.0)

---
updated-dependencies:
- dependency-name: parking_lot
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: metrics-util
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent 27f8256 commit 52c08b0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
32 changes: 16 additions & 16 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 @@ -29,13 +29,13 @@ intent_brokering_common = { path = "./intent_brokering/common/" }
intent_brokering_proto = { path = "./intent_brokering/proto.rs/" }
futures = { version = "0.3" }
lazy_static = "1.4.0"
parking_lot = "0.12.2"
parking_lot = "0.12.3"
prost = "0.12"
prost-types = "0.12"
regex = "1.10"
serde = "1.0.202"
serde = "1.0.203"
serde_json = "1.0.117"
tokio = { version = "1.37", features = ["macros"] }
tokio = { version = "1.38", features = ["macros"] }
tokio-util = "0.7"
tokio-stream = { version = "0.1", features = ["net"] }
tonic = "0.11"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ bollard = "0.16"
intent_brokering_common = { workspace = true }
examples-common = { path = "../../common/" }
futures-util = "0.3"
metrics-util = "0.16"
metrics-util = "0.17"
serde = { workspace = true }
serde_json = { workspace = true }
tokio = { workspace = true }
Expand Down

0 comments on commit 52c08b0

Please sign in to comment.