Skip to content

Commit

Permalink
Bump the all-dependencies group with 10 updates
Browse files Browse the repository at this point in the history
Bumps the all-dependencies group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [samples-protobuf-data-access](https://github.com/eclipse-ibeji/ibeji) | ``db4064e`` | ``52eca8b`` |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.73` | `0.1.74` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.66` | `1.0.69` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.11.20` | `0.11.22` |
| [serde](https://github.com/serde-rs/serde) | `1.0.188` | `1.0.189` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.105` | `1.0.107` |
| [strum_macros](https://github.com/Peternator7/strum) | `0.25.2` | `0.25.3` |
| [syn](https://github.com/dtolnay/syn) | `2.0.31` | `2.0.38` |
| [time](https://github.com/time-rs/time) | `0.3.28` | `0.3.30` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.32.0` | `1.33.0` |


Updates `samples-protobuf-data-access` from `db4064e` to `52eca8b`
- [Commits](eclipse-ibeji/ibeji@db4064e...52eca8b)

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

Updates `proc-macro2` from 1.0.66 to 1.0.69
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.66...1.0.69)

Updates `reqwest` from 0.11.20 to 0.11.22
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.20...v0.11.22)

Updates `serde` from 1.0.188 to 1.0.189
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.188...v1.0.189)

Updates `serde_json` from 1.0.105 to 1.0.107
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.105...v1.0.107)

Updates `strum_macros` from 0.25.2 to 0.25.3
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Peternator7/strum/commits)

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

Updates `time` from 0.3.28 to 0.3.30
- [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.28...v0.3.30)

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

---
updated-dependencies:
- dependency-name: samples-protobuf-data-access
  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: proc-macro2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: reqwest
  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
- dependency-name: strum_macros
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: syn
  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]>
  • Loading branch information
dependabot[bot] authored Oct 19, 2023
1 parent 443febd commit 235729e
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 52 deletions.
118 changes: 75 additions & 43 deletions Cargo.lock

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

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ samples-protobuf-data-access = { git = "https://github.com/eclipse-ibeji/ibeji"
service_discovery_proto = { git = "https://github.com/eclipse-chariott/chariott" }

# crates.io dependencies
async-trait = "0.1.64"
async-trait = "0.1.74"
axum = "0.6.12"
config = "0.13.3"
convert_case = "0.6.0"
Expand All @@ -50,17 +50,17 @@ home = "0.5.5"
log = "^0.4"
mockall = "0.11.4"
paho-mqtt = "0.12"
proc-macro2 = "1.0.52"
proc-macro2 = "1.0.69"
quote = "1.0.23"
reqwest = { version = "0.11.4", features = ["json"] }
serde = { version = "1.0.88", features = ["derive"] }
serde_json = "1.0.88"
reqwest = { version = "0.11.22", features = ["json"] }
serde = { version = "1.0.189", features = ["derive"] }
serde_json = "1.0.107"
strum = "0.25.0"
strum_macros = "0.25.1"
syn = { version = "2.0.8", features = ["extra-traits", "full"] }
strum_macros = "0.25.3"
syn = { version = "2.0.38", features = ["extra-traits", "full"] }
tempfile = "3.5.0"
time = "0.3.20"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread", "time", "sync", "test-util"] }
time = "0.3.30"
tokio = { version = "1.33", 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 235729e

Please sign in to comment.