Skip to content

Commit

Permalink
Bump the deps group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the deps group with 4 updates: [winit](https://github.com/rust-windowing/winit), [clap](https://github.com/clap-rs/clap), [bytemuck](https://github.com/Lokathor/bytemuck) and [toml](https://github.com/toml-rs/toml).


Updates `winit` from 0.29.14 to 0.29.15
- [Release notes](https://github.com/rust-windowing/winit/releases)
- [Changelog](https://github.com/rust-windowing/winit/blob/v0.29.15/CHANGELOG.md)
- [Commits](rust-windowing/winit@v0.29.14...v0.29.15)

Updates `clap` from 4.5.2 to 4.5.3
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.5.2...v4.5.3)

Updates `bytemuck` from 1.14.3 to 1.15.0
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](Lokathor/bytemuck@v1.14.3...v1.15.0)

Updates `toml` from 0.8.11 to 0.8.12
- [Commits](toml-rs/toml@toml-v0.8.11...toml-v0.8.12)

---
updated-dependencies:
- dependency-name: winit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: bytemuck
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent 47856ce commit 2458661
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 19 deletions.
36 changes: 21 additions & 15 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ version = "0.1.0"
edition = "2021"

[dependencies]
winit = { version = "0.29.14", features = ["serde"] }
winit = { version = "0.29.15", features = ["serde"] }
assert_no_alloc = "1.1.2"
cpal = "0.15.3"
fundsp = "0.16.0"
clap = { version = "4.5.2", features = ["derive"] }
clap = { version = "4.5.3", features = ["derive"] }
bitflags = "2.4.2"
log = "0.4.21"
wgpu = "0.19.3"
tokio = { version = "1.36.0", features = ["rt-multi-thread", "sync", "time", "macros"] }
bytemuck = { version = "1.14.3", features = ["derive"] }
bytemuck = { version = "1.15.0", features = ["derive"] }
num-traits = "0.2.18"
num-derive = "0.4.2"
serde = { version = "1.0", features = ["derive"] }
toml = "0.8.11"
toml = "0.8.12"

0 comments on commit 2458661

Please sign in to comment.