Skip to content

Commit

Permalink
Bump the cargo group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the cargo group with 2 updates: [bytemuck](https://github.com/Lokathor/bytemuck) and [tokio](https://github.com/tokio-rs/tokio).


Updates `bytemuck` from 1.17.0 to 1.17.1
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](Lokathor/bytemuck@v1.17.0...v1.17.1)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 6216074 commit 9f88061
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 @@ -24,7 +24,7 @@ thiserror = "1.0.63"
tracing = "0.1.40"

[dependencies.bytemuck]
version = "1.17.0"
version = "1.17.1"
features = ["derive"]

[dependencies.image]
Expand Down
2 changes: 1 addition & 1 deletion tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ version = "4.5.16"
features = ["derive"]

[dependencies.tokio]
version = "1.39.3"
version = "1.40.0"
features = ["full"]

[dependencies.tracing-subscriber]
Expand Down

0 comments on commit 9f88061

Please sign in to comment.