Skip to content

Commit

Permalink
Merge pull request #17 from IsaacMarovitz/dependabot/cargo/deps-6383a…
Browse files Browse the repository at this point in the history
…e1dd2

Bump the deps group with 5 updates
  • Loading branch information
IsaacMarovitz authored Mar 26, 2024
2 parents 47856ce + c927c4c commit b179db5
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 b179db5

Please sign in to comment.