Skip to content

Commit

Permalink
Bump the all-dependencies group with 7 updates
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) | ``3fbc1a5`` | ``07d6393`` |
| [freyja](https://github.com/eclipse-ibeji/freyja) | ``22d314f`` | ``83b1f9c`` |
| [service_discovery_proto](https://github.com/eclipse-chariott/chariott) | ``368bebb`` | ``944bf88`` |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.74` | `0.1.75` |
| [futures](https://github.com/rust-lang/futures-rs) | `0.3.29` | `0.3.30` |
| [time](https://github.com/time-rs/time) | `0.3.30` | `0.3.31` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.35.0` | `1.35.1` |


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

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

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

Updates `async-trait` from 0.1.74 to 0.1.75
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.74...0.1.75)

Updates `futures` from 0.3.29 to 0.3.30
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.29...0.3.30)

Updates `time` from 0.3.30 to 0.3.31
- [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.30...v0.3.31)

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

---
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: futures
  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-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent 0547a03 commit 0b13a2f
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 47 deletions.
86 changes: 43 additions & 43 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 @@ -41,9 +41,9 @@ 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.73"
async-trait = "0.1.75"
env_logger = "0.10.0"
futures = "0.3.28"
futures = "0.3.30"
log = "0.4.20"
paho-mqtt = "0.12.1"
prost = "0.12.3"
Expand All @@ -52,8 +52,8 @@ serde_json = "1.0.106"
strum = "0.25.0"
strum_macros = "0.25.2"
tempfile = "3.8.0"
time = "0.3.28"
tokio = "1.35.0"
time = "0.3.31"
tokio = "1.35.1"
tokio-stream = "0.1.14"
tonic = "0.10"
tonic-build = "0.10"
Expand Down

0 comments on commit 0b13a2f

Please sign in to comment.