Skip to content

Commit

Permalink
Bump the all-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the all-dependencies group with 3 updates: [proc-macro2](https://github.com/dtolnay/proc-macro2), [syn](https://github.com/dtolnay/syn) and [uuid](https://github.com/uuid-rs/uuid).


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

Updates `syn` from 2.0.66 to 2.0.68
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.66...2.0.68)

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

---
updated-dependencies:
- dependency-name: proc-macro2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent c0542e3 commit ceb933b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 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 @@ -70,20 +70,20 @@ home = "0.5.9"
log = "^0.4"
mockall = "0.12.1"
paho-mqtt = "0.12"
proc-macro2 = "1.0.85"
proc-macro2 = "1.0.86"
prost = "0.12"
prost-types = "0.12"
quote = "1.0.36"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.117"
strum = "0.26.1"
strum_macros = "0.26.4"
syn = { version = "2.0.66", features = ["extra-traits", "full"] }
syn = { version = "2.0.68", features = ["extra-traits", "full"] }
time = "0.3.36"
tokio = { version = "1.38", features = ["macros", "rt-multi-thread", "time", "sync", "test-util"] }
tokio-stream = { version = "0.1.15", features = ["net"] }
tonic = "0.11.0"
tonic-build = "0.11.0"
tower = { version = "0.4", features = ["util"] }
uuid = "1.8.0"
uuid = "1.9.0"
ureq = "2.9.7"

0 comments on commit ceb933b

Please sign in to comment.