Skip to content

Commit

Permalink
chore: Bump the dev-dependencies group with 3 updates (#287)
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group with 3 updates: [parking_lot](https://github.com/Amanieu/parking_lot), [serde](https://github.com/serde-rs/serde) and [async-recursion](https://github.com/dcchut/async-recursion).


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

Updates `serde` from 1.0.198 to 1.0.199
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.198...v1.0.199)

Updates `async-recursion` from 1.1.0 to 1.1.1
- [Release notes](https://github.com/dcchut/async-recursion/releases)
- [Commits](dcchut/async-recursion@v1.1.0...v1.1.1)

---
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: async-recursion
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-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] committed May 3, 2024
1 parent b415066 commit 2029d39
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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 @@ -29,11 +29,11 @@ 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.1"
parking_lot = "0.12.2"
prost = "0.12"
prost-types = "0.12"
regex = "1.10"
serde = "1.0.198"
serde = "1.0.199"
serde_json = "1.0.116"
tokio = { version = "1.37", features = ["macros"] }
tokio-util = "0.7"
Expand Down

0 comments on commit 2029d39

Please sign in to comment.