Skip to content

Commit d7f4574

Browse files
build(deps): bump the cargo-minor group with 3 updates
Bumps the cargo-minor group with 3 updates: [clap](https://github.com/clap-rs/clap), [image](https://github.com/image-rs/image) and [quick-xml](https://github.com/tafia/quick-xml). Updates `clap` from 4.5.32 to 4.5.34 - [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.32...clap_complete-v4.5.34) Updates `image` from 0.25.5 to 0.25.6 - [Changelog](https://github.com/image-rs/image/blob/main/CHANGES.md) - [Commits](image-rs/image@v0.25.5...v0.25.6) Updates `quick-xml` from 0.37.2 to 0.37.3 - [Release notes](https://github.com/tafia/quick-xml/releases) - [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md) - [Commits](tafia/quick-xml@v0.37.2...v0.37.3) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: image dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: quick-xml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0dbe134 commit d7f4574

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Cargo.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
5151
naga = { version = "24.0.0", features = ["wgsl-out"] }
5252
wgpu = "24.0.3"
5353
egui = "0.31.1"
54-
clap = { version = "4.5.32", features = ["derive"] }
54+
clap = { version = "4.5.34", features = ["derive"] }
5555
cpal = "0.15.3"
5656
anyhow = "1.0"
5757
slotmap = "1.0.7"
@@ -62,7 +62,7 @@ chrono = { version = "0.4.40", default-features = false }
6262
enum-map = "2.7.3"
6363
flate2 = "1.1.0"
6464
futures = "0.3.31"
65-
image = { version = "0.25.5", default-features = false }
65+
image = { version = "0.25.6", default-features = false }
6666
js-sys = "0.3.77"
6767
web-sys = "0.3.77"
6868
log = "0.4"

core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ bitflags = { workspace = true }
2929
smallvec = { version = "1.14.0", features = ["union"] }
3030
num-traits = { workspace = true }
3131
num-derive = { workspace = true }
32-
quick-xml = "0.37.2"
32+
quick-xml = "0.37.3"
3333
downcast-rs = "2.0.1"
3434
url = { workspace = true }
3535
weak-table = "0.3.2"

0 commit comments

Comments
 (0)