Skip to content

Commit

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


Updates `samples-protobuf-data-access` from `44e6bbd` to `1959970`
- [Commits](eclipse-ibeji/ibeji@44e6bbd...1959970)

Updates `serde` from 1.0.190 to 1.0.192
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.190...v1.0.192)

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

---
updated-dependencies:
- dependency-name: samples-protobuf-data-access
  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: 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 Nov 13, 2023
1 parent 045fdc2 commit 11edae3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 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 @@ -53,14 +53,14 @@ paho-mqtt = "0.12"
proc-macro2 = "1.0.69"
quote = "1.0.23"
reqwest = { version = "0.11.22", features = ["json"] }
serde = { version = "1.0.190", features = ["derive"] }
serde = { version = "1.0.192", 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"] }
tempfile = "3.8.1"
time = "0.3.30"
tokio = { version = "1.33", features = ["macros", "rt-multi-thread", "time", "sync", "test-util"] }
tokio = { version = "1.34", 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 11edae3

Please sign in to comment.