Skip to content

Commit

Permalink
build(deps): bump the cargo-minor group with 7 updates
Browse files Browse the repository at this point in the history
Bumps the cargo-minor group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.21` | `4.5.23` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.93` | `1.0.94` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.38` | `0.4.39` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.4` | `2.0.6` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.41.1` | `1.42.0` |
| [png](https://github.com/image-rs/image-png) | `0.17.14` | `0.17.15` |
| [tracy-client](https://github.com/nagisa/rust_tracy_client) | `0.17.4` | `0.17.5` |


Updates `clap` from 4.5.21 to 4.5.23
- [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.21...clap_complete-v4.5.23)

Updates `anyhow` from 1.0.93 to 1.0.94
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.93...1.0.94)

Updates `chrono` from 0.4.38 to 0.4.39
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.38...v0.4.39)

Updates `thiserror` from 2.0.4 to 2.0.6
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.4...2.0.6)

Updates `tokio` from 1.41.1 to 1.42.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.41.1...tokio-1.42.0)

Updates `png` from 0.17.14 to 0.17.15
- [Changelog](https://github.com/image-rs/image-png/blob/master/CHANGES.md)
- [Commits](image-rs/image-png@v0.17.14...v0.17.15)

Updates `tracy-client` from 0.17.4 to 0.17.5
- [Commits](nagisa/rust_tracy_client@tracy-client-v0.17.4...tracy-client-v0.17.5)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
- dependency-name: chrono
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-minor
- dependency-name: png
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
- dependency-name: tracy-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and torokati44 committed Dec 9, 2024
1 parent 03de61a commit a85e7ed
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 44 deletions.
74 changes: 37 additions & 37 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 @@ -51,14 +51,14 @@ tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
naga = { version = "23.0.0", features = ["wgsl-out"] }
wgpu = "23.0.1"
egui = { git = "https://github.com/emilk/egui.git", branch = "master" }
clap = { version = "4.5.21", features = ["derive"] }
clap = { version = "4.5.23", features = ["derive"] }
cpal = "0.15.3"
anyhow = "1.0"
slotmap = "1.0.7"
async-channel = "2.3.1"
bitflags = "2.6.0"
bytemuck = "1.20.0"
chrono = { version = "0.4.38", default-features = false }
chrono = { version = "0.4.39", default-features = false }
enum-map = "2.7.3"
flate2 = "1.0.35"
futures = "0.3.31"
Expand All @@ -69,12 +69,12 @@ log = "0.4"
num-derive = "0.4.2"
num-traits = "0.2.19"
serde = "1.0.215"
thiserror = "2.0.4"
thiserror = "2.0.6"
url = "2.5.2"
# Make sure to match wasm-bindgen-cli version to this everywhere.
wasm-bindgen = "=0.2.97"
walkdir = "2.5.0"
tokio = "1.41.1"
tokio = "1.42.0"
rfd = "0.15.0"

[workspace.lints.rust]
Expand Down
4 changes: 2 additions & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ scopeguard = "1.2.0"
fluent-templates = "0.11.0"
egui = { workspace = true, optional = true }
egui_extras = { git = "https://github.com/emilk/egui.git", branch = "master", default-features = false, optional = true }
png = { version = "0.17.14", optional = true }
png = { version = "0.17.15", optional = true }
flv-rs = { path = "../flv" }
async-channel = { workspace = true }
jpegxr = { git = "https://github.com/ruffle-rs/jpegxr", rev = "2a429b0d71ab416e10b73d4dbdcf34cfe2900395", optional = true }
Expand All @@ -68,7 +68,7 @@ unic-segment = "0.9.0"
id3 = "1.16.0"
either = "1.13.0"
chardetng = "0.1.17"
tracy-client = { version = "0.17.1", optional = true, default-features = false }
tracy-client = { version = "0.17.5", optional = true, default-features = false }

[target.'cfg(not(target_family = "wasm"))'.dependencies.futures]
workspace = true
Expand Down
2 changes: 1 addition & 1 deletion render/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ruffle_wstr = { path = "../wstr" }
swf = { path = "../swf"}
tracing = { workspace = true }
gif = "0.13.1"
png = "0.17.14"
png = "0.17.15"
flate2 = { workspace = true }
smallvec = { version = "1.13.2", features = ["union"] }
downcast-rs = "1.2.1"
Expand Down

0 comments on commit a85e7ed

Please sign in to comment.