Skip to content

Commit

Permalink
Bump the cargo group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the cargo group with 3 updates: [bytemuck](https://github.com/Lokathor/bytemuck), [chrono](https://github.com/chronotope/chrono) and [serde_json](https://github.com/serde-rs/json).


Updates `bytemuck` from 1.13.1 to 1.14.0
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](Lokathor/bytemuck@v1.13.1...v1.14.0)

Updates `chrono` from 0.4.28 to 0.4.30
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.28...v0.4.30)

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

---
updated-dependencies:
- dependency-name: bytemuck
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: chrono
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent 2fa28f9 commit a9a2cf9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 31 deletions.
36 changes: 9 additions & 27 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/fj-viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ thiserror = "1.0.48"
tracing = "0.1.37"

[dependencies.bytemuck]
version = "1.13.1"
version = "1.14.0"
features = ["derive"]

[dependencies.image]
Expand Down
4 changes: 2 additions & 2 deletions tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ publish = false

[dependencies]
anyhow = "1.0.75"
chrono = "0.4.28"
chrono = "0.4.30"
map-macro = "0.2.6"
octocrab = "0.30.1"
semver = "1.0.18"
serde = "1.0.188"
serde_json = "1.0.105"
serde_json = "1.0.106"
url = "2.4.1"

[dependencies.autolib]
Expand Down
2 changes: 1 addition & 1 deletion tools/release-operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env_logger = "0.10.0"
log = "0.4.20"
secstr = "0.5.0"
semver = "1.0.18"
serde_json = "1.0.105"
serde_json = "1.0.106"
thiserror = "1.0.48"

[dependencies.autolib]
Expand Down

0 comments on commit a9a2cf9

Please sign in to comment.