Skip to content

Commit

Permalink
build(deps): bump the cargo-minor group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the cargo-minor group with 4 updates: [tracy-client](https://github.com/nagisa/rust_tracy_client), [zip](https://github.com/zip-rs/zip2), [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) and [bzip2](https://github.com/trifectatechfoundation/bzip2-rs).


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

Updates `zip` from 2.2.1 to 2.2.2
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](zip-rs/zip2@v2.2.1...v2.2.2)

Updates `crossbeam-channel` from 0.5.13 to 0.5.14
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](crossbeam-rs/crossbeam@crossbeam-channel-0.5.13...crossbeam-channel-0.5.14)

Updates `bzip2` from 0.4.4 to 0.5.0
- [Release notes](https://github.com/trifectatechfoundation/bzip2-rs/releases)
- [Commits](trifectatechfoundation/bzip2-rs@0.4.4...v0.5.0)

---
updated-dependencies:
- dependency-name: tracy-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
- dependency-name: zip
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
- dependency-name: crossbeam-channel
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
- dependency-name: bzip2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and torokati44 committed Dec 16, 2024
1 parent 226fee2 commit c1a4df4
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.5", optional = true, default-features = false }
tracy-client = { version = "0.17.6", optional = true, default-features = false }

[target.'cfg(not(target_family = "wasm"))'.dependencies.futures]
workspace = true
Expand Down
2 changes: 1 addition & 1 deletion frontend-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ toml_edit = { version = "0.22.22", features = ["parse"] }
url = { workspace = true }
tracing = { workspace = true }
thiserror = { workspace = true }
zip = { version = "2.2.1", default-features = false, features = ["deflate"] }
zip = { version = "2.2.2", default-features = false, features = ["deflate"] }
urlencoding = "2.1.3"
ruffle_core = { path = "../core", default-features = false }
ruffle_render = { path = "../render", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion video/external/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ thiserror = { workspace = true }
libloading = { version = "0.8.6", optional = true }
reqwest = { version = "0.12.9", default-features = false, features = ["blocking"], optional = true }
hex = { version = "0.4.3", optional = true }
bzip2 = { version = "0.4.4", features = ["static"], optional = true }
bzip2 = { version = "0.5.0", features = ["static"], optional = true }
tempfile = { version = "3.14.0", optional = true }
sha2 = { version = "0.10.8", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ gloo-net = { version = "0.6.0", default-features = false, features = ["websocke
rfd = { workspace = true, features = ["file-handle-inner"] }
wasm-streams = "0.4.2"
futures = { workspace = true }
zip = { version = "2.2.1", default-features = false}
zip = { version = "2.2.2", default-features = false}

[dependencies.ruffle_core]
path = "../core"
Expand Down

0 comments on commit c1a4df4

Please sign in to comment.