Skip to content

Commit

Permalink
chore: Bump the dev-dependencies group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group with 4 updates: [serde](https://github.com/serde-rs/serde), [serde_json](https://github.com/serde-rs/json), [base64](https://github.com/marshallpierce/rust-base64) and [image](https://github.com/image-rs/image).


Updates `serde` from 1.0.194 to 1.0.195
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.194...v1.0.195)

Updates `serde_json` from 1.0.110 to 1.0.111
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.110...v1.0.111)

Updates `base64` from 0.21.5 to 0.21.7
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.21.5...v0.21.7)

Updates `image` from 0.24.7 to 0.24.8
- [Changelog](https://github.com/image-rs/image/blob/master/CHANGES.md)
- [Commits](image-rs/image@v0.24.7...v0.24.8)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: base64
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: image
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent 4d8e45e commit e5b6b13
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 30 deletions.
32 changes: 10 additions & 22 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 @@ -64,8 +64,8 @@ parking_lot = "0.12.1"
prost = "0.12"
prost-types = "0.12"
regex = "1.10"
serde = "1.0.193"
serde_json = "1.0.109"
serde = "1.0.195"
serde_json = "1.0.111"
tokio = { version = "1.35", features = ["macros"] }
tokio-util = "0.7"
tokio-stream = { version = "0.1", features = ["net"] }
Expand Down
2 changes: 1 addition & 1 deletion examples/applications/cloud-object-detection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MIT"

[dependencies]
async-trait = { workspace = true }
base64 = "0.21.5"
base64 = "0.21.7"
chariott-common = { workspace = true }
chariott-proto = { workspace = true }
examples-common = { path = "../../common/" }
Expand Down
4 changes: 2 additions & 2 deletions examples/applications/invoke-command/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ tracing = { workspace = true }
tracing-subscriber = { workspace = true }
url = { workspace = true }
uuid = { workspace = true }
serde = "1.0.193"
serde_json = "1.0.109"
serde = "1.0.195"
serde_json = "1.0.111"
2 changes: 1 addition & 1 deletion examples/applications/local-object-detection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ async-trait = { workspace = true }
chariott-common = { workspace = true }
chariott-proto = { workspace = true }
examples-common = { path = "../../common/" }
image = "0.24.7"
image = "0.24.8"
lazy_static = { workspace = true }
ndarray = "0.15.6"
serde = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions examples/applications/simple-provider/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ tracing = { workspace = true }
tracing-subscriber = { workspace = true }
url = { workspace = true }
uuid = { workspace = true }
serde = "1.0.193"
serde_json = "1.0.109"
serde = "1.0.195"
serde_json = "1.0.111"

0 comments on commit e5b6b13

Please sign in to comment.