Skip to content

Commit e5e0120

Browse files
dependabot[bot]torokati44
authored andcommitted
build(deps): bump the cargo-minor group across 1 directory with 3 updates
Bumps the cargo-minor group with 3 updates in the / directory: [clap](https://github.com/clap-rs/clap), [image](https://github.com/image-rs/image) and [insta](https://github.com/mitsuhiko/insta). Updates `clap` from 4.5.51 to 4.5.53 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.51...clap_complete-v4.5.53) Updates `image` from 0.25.8 to 0.25.9 - [Changelog](https://github.com/image-rs/image/blob/main/CHANGES.md) - [Commits](image-rs/image@v0.25.8...v0.25.9) Updates `insta` from 1.43.2 to 1.44.0 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](mitsuhiko/insta@1.43.2...1.44.0) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.53 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: image dependency-version: 0.25.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: insta dependency-version: 1.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 212d3a6 commit e5e0120

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
5454
naga = { version = "26.0.0", features = ["wgsl-out"] }
5555
wgpu = "26.0.1"
5656
egui = { git = "https://github.com/emilk/egui.git", branch = "main" }
57-
clap = { version = "4.5.51", features = ["derive"] }
57+
clap = { version = "4.5.53", features = ["derive"] }
5858
cpal = "0.16.0"
5959
anyhow = "1.0"
6060
gc-arena = { git = "https://github.com/kyren/gc-arena.git", rev = "08e08414249d5914dfc3b402d7eadc133e00ce56" }
@@ -66,7 +66,7 @@ chrono = { version = "0.4.42", default-features = false }
6666
enum-map = "2.7.3"
6767
flate2 = "1.1.5"
6868
futures = "0.3.31"
69-
image = { version = "0.25.8", default-features = false }
69+
image = { version = "0.25.9", default-features = false }
7070
js-sys = "0.3.78"
7171
web-sys = "0.3.78"
7272
log = "0.4"

render/naga-agal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ num-derive = { workspace = true }
1717
num-traits = { workspace = true }
1818

1919
[dev-dependencies]
20-
insta = "1.43.2"
20+
insta = "1.44.0"
2121
naga = { workspace = true, features = ["wgsl-out"] }

0 commit comments

Comments
 (0)