Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [core-protobuf-data-access](https://github.com/eclipse-ibeji/ibeji) | ``07d6393`` | ``2026d99`` |
| [freyja](https://github.com/eclipse-ibeji/freyja) | ``83b1f9c`` | ``426d303`` |
| [service_discovery_proto](https://github.com/eclipse-chariott/chariott) | ``944bf88`` | ``82e87ed`` |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.76` | `0.1.77` |
| [serde](https://github.com/serde-rs/serde) | `1.0.193` | `1.0.195` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.109` | `1.0.111` |


Updates `core-protobuf-data-access` from `07d6393` to `2026d99`
- [Commits](eclipse-ibeji/ibeji@07d6393...2026d99)

Updates `freyja` from `83b1f9c` to `426d303`
- [Commits](eclipse-ibeji/freyja@83b1f9c...426d303)

Updates `service_discovery_proto` from `944bf88` to `82e87ed`
- [Release notes](https://github.com/eclipse-chariott/chariott/releases)
- [Commits](eclipse-chariott/chariott@944bf88...82e87ed)

Updates `async-trait` from 0.1.76 to 0.1.77
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](https://github.com/dtolnay/async-trait/commits)

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

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

---
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: async-trait
  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
...

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 9, 2024
1 parent 8e8cb7a commit 19e09e3
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 34 deletions.
63 changes: 32 additions & 31 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 @@ -41,14 +41,14 @@ proc-macros = { git = "https://github.com/eclipse-ibeji/freyja" }
service_discovery_proto = { git = "https://github.com/eclipse-chariott/chariott" }

# Cargo dependencies
async-trait = "0.1.76"
async-trait = "0.1.77"
env_logger = "0.10.0"
futures = "0.3.30"
log = "0.4.20"
paho-mqtt = "0.12.1"
prost = "0.12.3"
serde = "1.0.193"
serde_json = "1.0.109"
serde = "1.0.195"
serde_json = "1.0.111"
strum = "0.25.0"
strum_macros = "0.25.2"
tempfile = "3.9.0"
Expand Down

0 comments on commit 19e09e3

Please sign in to comment.