Skip to content

Commit

Permalink
Bump the deps group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the deps group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [winit](https://github.com/rust-windowing/winit) | `0.29.14` | `0.29.15` |
| [clap](https://github.com/clap-rs/clap) | `4.5.2` | `4.5.3` |
| [bitflags](https://github.com/bitflags/bitflags) | `2.4.2` | `2.5.0` |
| [bytemuck](https://github.com/Lokathor/bytemuck) | `1.14.3` | `1.15.0` |
| [toml](https://github.com/toml-rs/toml) | `0.8.11` | `0.8.12` |


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 `bitflags` from 2.4.2 to 2.5.0
- [Release notes](https://github.com/bitflags/bitflags/releases)
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)
- [Commits](bitflags/bitflags@2.4.2...2.5.0)

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: bitflags
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 25, 2024
1 parent 47856ce commit c927c4c
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 50 deletions.
96 changes: 51 additions & 45 deletions Cargo.lock

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

10 changes: 5 additions & 5 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"] }
bitflags = "2.4.2"
clap = { version = "4.5.3", features = ["derive"] }
bitflags = "2.5.0"
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 c927c4c

Please sign in to comment.