Skip to content

Commit

Permalink
Bump the all-dependencies group with 3 updates
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), [serde](https://github.com/serde-rs/serde) and [serde_json](https://github.com/serde-rs/json).


Updates `core-protobuf-data-access` from `0d30985` to `74272c4`
- [Commits](eclipse-ibeji/ibeji@0d30985...74272c4)

Updates `serde` from 1.0.196 to 1.0.197
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.196...v1.0.197)

Updates `serde_json` from 1.0.113 to 1.0.114
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.113...v1.0.114)

---
updated-dependencies:
- dependency-name: core-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: serde_json
  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 Feb 21, 2024
1 parent 978ff05 commit 23454e3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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,8 +53,8 @@ futures = "0.3.30"
log = "0.4.20"
paho-mqtt = "0.12.1"
prost = "0.12.3"
serde = "1.0.196"
serde_json = "1.0.113"
serde = "1.0.197"
serde_json = "1.0.114"
strum = "0.26.1"
strum_macros = "0.26.1"
tempfile = "3.9.0"
Expand Down

0 comments on commit 23454e3

Please sign in to comment.