Skip to content

Commit

Permalink
Bump the all-dependencies group with 3 updates (#97)
Browse files Browse the repository at this point in the history
Bumps the all-dependencies group with 3 updates: [core-protobuf-data-access](https://github.com/eclipse-ibeji/ibeji), [syn](https://github.com/dtolnay/syn) and [tokio](https://github.com/tokio-rs/tokio).


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

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

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

---
updated-dependencies:
- dependency-name: core-protobuf-data-access
  dependency-type: direct:production
  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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent d849bda commit 83b1f9c
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 38 deletions.
63 changes: 27 additions & 36 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
strum = "0.25.0"
strum_macros = "0.25.3"
syn = { version = "2.0.39", features = ["extra-traits", "full"] }
syn = { version = "2.0.40", features = ["extra-traits", "full"] }
tempfile = "3.8.1"
time = "0.3.30"
tokio = { version = "1.34", features = ["macros", "rt-multi-thread", "time", "sync", "test-util"] }
tokio = { version = "1.35", features = ["macros", "rt-multi-thread", "time", "sync", "test-util"] }
tokio-stream = { version = "0.1.8", features = ["net"] }
tonic = "0.10.0"
tonic-build = "0.10.0"
Expand Down

0 comments on commit 83b1f9c

Please sign in to comment.