Skip to content

Commit

Permalink
Bump the all-dependencies group with 7 updates (#36)
Browse files Browse the repository at this point in the history
Bumps the all-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [core-protobuf-data-access](https://github.com/eclipse-ibeji/ibeji) | ``32fc256`` | ``3c17b98`` |
| [freyja](https://github.com/eclipse-ibeji/freyja) | ``4251a2d`` | ``13d25d5`` |
| [service_discovery_proto](https://github.com/eclipse-chariott/chariott) | ``9939903`` | ``021ec1d`` |
| [serde](https://github.com/serde-rs/serde) | `1.0.195` | `1.0.196` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.111` | `1.0.113` |
| [time](https://github.com/time-rs/time) | `0.3.31` | `0.3.34` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.35.1` | `1.36.0` |


Updates `core-protobuf-data-access` from `32fc256` to `3c17b98`
- [Commits](eclipse-ibeji/ibeji@32fc256...3c17b98)

Updates `freyja` from `4251a2d` to `13d25d5`
- [Commits](eclipse-ibeji/freyja@4251a2d...13d25d5)

Updates `service_discovery_proto` from `9939903` to `021ec1d`
- [Release notes](https://github.com/eclipse-chariott/chariott/releases)
- [Commits](eclipse-chariott/chariott@9939903...021ec1d)

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.113
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.111...v1.0.113)

Updates `time` from 0.3.31 to 0.3.34
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](time-rs/time@v0.3.31...v0.3.34)

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

---
updated-dependencies:
- dependency-name: core-protobuf-data-access
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: freyja
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: service_discovery_proto
  dependency-type: direct:production
  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: time
  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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 6, 2024
1 parent d460199 commit 54c0629
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 28 deletions.
55 changes: 31 additions & 24 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ futures = "0.3.30"
log = "0.4.20"
paho-mqtt = "0.12.1"
prost = "0.12.3"
serde = "1.0.195"
serde_json = "1.0.111"
serde = "1.0.196"
serde_json = "1.0.113"
strum = "0.25.0"
strum_macros = "0.25.2"
tempfile = "3.9.0"
time = "0.3.31"
tokio = "1.35.1"
time = "0.3.34"
tokio = "1.36.0"
tokio-stream = "0.1.14"
tonic = "0.10"
tonic-build = "0.10"
Expand Down

0 comments on commit 54c0629

Please sign in to comment.