Skip to content

Commit

Permalink
Bump the dependencies group with 4 updates (#72)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 4 updates: [proc-macro2](https://github.com/dtolnay/proc-macro2), [serde](https://github.com/serde-rs/serde), [serde_json](https://github.com/serde-rs/json) and [uuid](https://github.com/uuid-rs/uuid).


Updates `proc-macro2` from 1.0.76 to 1.0.78
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.76...1.0.78)

Updates `serde` from 1.0.195 to 1.0.196
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.195...v1.0.196)

Updates `serde_json` from 1.0.111 to 1.0.112
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.111...v1.0.112)

Updates `uuid` from 1.6.1 to 1.7.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.6.1...1.7.0)

---
updated-dependencies:
- dependency-name: proc-macro2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: uuid
  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 Jan 29, 2024
1 parent 957f57d commit 19601d4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 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 @@ -27,11 +27,11 @@ home = "0.5.9"
include_dir = "0.7.3"
log = "^0.4"
paho-mqtt = "0.12"
proc-macro2 = "1.0.70"
proc-macro2 = "1.0.78"
prost = "0.12"
prost-types = "0.12"
quote = "1.0.23"
serde = "1.0.160"
serde = "1.0.196"
serde_derive = "1.0.163"
serde_json = "^1.0"
strum = "0.25"
Expand All @@ -42,5 +42,5 @@ tonic = "0.10"
tonic-build = "0.10"
tonic-reflection = "0.10"
url = "2.2"
uuid = "1.3.0"
uuid = "1.7.0"
yaml-rust = "0.4"

0 comments on commit 19601d4

Please sign in to comment.