Skip to content

Commit

Permalink
Bump the all-dependencies group across 1 directory with 9 updates
Browse files Browse the repository at this point in the history
Bumps the all-dependencies group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [paho-mqtt](https://github.com/eclipse/paho.mqtt.rust) | `0.12.3` | `0.12.5` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.81` | `1.0.85` |
| [prost](https://github.com/tokio-rs/prost) | `0.12.4` | `0.12.6` |
| [prost-types](https://github.com/tokio-rs/prost) | `0.12.4` | `0.12.6` |
| [serde](https://github.com/serde-rs/serde) | `1.0.200` | `1.0.203` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.116` | `1.0.117` |
| [strum_macros](https://github.com/Peternator7/strum) | `0.26.2` | `0.26.3` |
| [syn](https://github.com/dtolnay/syn) | `2.0.60` | `2.0.66` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.37.0` | `1.38.0` |



Updates `paho-mqtt` from 0.12.3 to 0.12.5
- [Release notes](https://github.com/eclipse/paho.mqtt.rust/releases)
- [Changelog](https://github.com/eclipse/paho.mqtt.rust/blob/master/CHANGELOG.md)
- [Commits](eclipse-paho/paho.mqtt.rust@v0.12.3...v0.12.5)

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

Updates `prost` from 0.12.4 to 0.12.6
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Commits](tokio-rs/prost@v0.12.4...v0.12.6)

Updates `prost-types` from 0.12.4 to 0.12.6
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Commits](tokio-rs/prost@v0.12.4...v0.12.6)

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

Updates `serde_json` from 1.0.116 to 1.0.117
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.116...v1.0.117)

Updates `strum_macros` from 0.26.2 to 0.26.3
- [Release notes](https://github.com/Peternator7/strum/releases)
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
- [Commits](Peternator7/strum@v0.26.2...v0.26.3)

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

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)

---
updated-dependencies:
- dependency-name: paho-mqtt
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: proc-macro2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: prost
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: prost-types
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: strum_macros
  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: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent 04d3d8a commit 31e37b7
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 38 deletions.
58 changes: 26 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,17 @@ home = "0.5.9"
log = "^0.4"
mockall = "0.12.1"
paho-mqtt = "0.12"
proc-macro2 = "1.0.81"
proc-macro2 = "1.0.85"
prost = "0.12"
prost-types = "0.12"
quote = "1.0.36"
serde = { version = "1.0.199", features = ["derive"] }
serde_json = "1.0.116"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.117"
strum = "0.26.1"
strum_macros = "0.26.2"
syn = { version = "2.0.60", features = ["extra-traits", "full"] }
strum_macros = "0.26.3"
syn = { version = "2.0.66", features = ["extra-traits", "full"] }
time = "0.3.36"
tokio = { version = "1.37", features = ["macros", "rt-multi-thread", "time", "sync", "test-util"] }
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"
Expand Down

0 comments on commit 31e37b7

Please sign in to comment.