Skip to content

Commit

Permalink
build(deps): bump the cargo-minor group across 1 directory with 11 up…
Browse files Browse the repository at this point in the history
…dates

Bumps the cargo-minor group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.91` | `1.0.93` |
| [image](https://github.com/image-rs/image) | `0.25.4` | `0.25.5` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.41.0` | `1.41.1` |
| [bitstream-io](https://github.com/tuffy/bitstream-io) | `2.5.3` | `2.6.0` |
| [syn](https://github.com/dtolnay/syn) | `2.0.85` | `2.0.87` |
| [sys-locale](https://github.com/1Password/sys-locale) | `0.3.1` | `0.3.2` |
| [csv](https://github.com/BurntSushi/rust-csv) | `1.3.0` | `1.3.1` |
| [async-io](https://github.com/smol-rs/async-io) | `2.3.4` | `2.4.0` |
| [futures-lite](https://github.com/smol-rs/futures-lite) | `2.3.0` | `2.5.0` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.13.0` | `3.14.0` |
| [insta](https://github.com/mitsuhiko/insta) | `1.41.0` | `1.41.1` |



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

Updates `image` from 0.25.4 to 0.25.5
- [Changelog](https://github.com/image-rs/image/blob/main/CHANGES.md)
- [Commits](image-rs/image@v0.25.4...v0.25.5)

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

Updates `bitstream-io` from 2.5.3 to 2.6.0
- [Commits](tuffy/bitstream-io@v2.5.3...v2.6.0)

Updates `syn` from 2.0.85 to 2.0.87
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.85...2.0.87)

Updates `sys-locale` from 0.3.1 to 0.3.2
- [Release notes](https://github.com/1Password/sys-locale/releases)
- [Changelog](https://github.com/1Password/sys-locale/blob/main/CHANGELOG.md)
- [Commits](1Password/sys-locale@v0.3.1...v0.3.2)

Updates `csv` from 1.3.0 to 1.3.1
- [Commits](BurntSushi/rust-csv@1.3.0...1.3.1)

Updates `async-io` from 2.3.4 to 2.4.0
- [Release notes](https://github.com/smol-rs/async-io/releases)
- [Changelog](https://github.com/smol-rs/async-io/blob/master/CHANGELOG.md)
- [Commits](smol-rs/async-io@v2.3.4...v2.4.0)

Updates `futures-lite` from 2.3.0 to 2.5.0
- [Release notes](https://github.com/smol-rs/futures-lite/releases)
- [Changelog](https://github.com/smol-rs/futures-lite/blob/master/CHANGELOG.md)
- [Commits](smol-rs/futures-lite@v2.3.0...v2.5.0)

Updates `tempfile` from 3.13.0 to 3.14.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.13.0...v3.14.0)

Updates `insta` from 1.41.0 to 1.41.1
- [Release notes](https://github.com/mitsuhiko/insta/releases)
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](mitsuhiko/insta@1.41.0...1.41.1)

---
updated-dependencies:
- dependency-name: anyhow
  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: tokio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
- dependency-name: bitstream-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-minor
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
- dependency-name: sys-locale
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
- dependency-name: csv
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
- dependency-name: async-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-minor
- dependency-name: futures-lite
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-minor
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-minor
- dependency-name: insta
  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 Nov 11, 2024
1 parent 7a176e1 commit 6d15138
Show file tree
Hide file tree
Showing 9 changed files with 72 additions and 72 deletions.
124 changes: 62 additions & 62 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ chrono = { version = "0.4.38", default-features = false }
enum-map = "2.7.3"
flate2 = "1.0.34"
futures = "0.3.31"
image = { version = "0.25.4", default-features = false }
image = { version = "0.25.5", default-features = false }
js-sys = "0.3.72"
web-sys = "0.3.72"
log = "0.4"
Expand All @@ -74,7 +74,7 @@ url = "2.5.2"
# Make sure to match wasm-bindgen-cli version to this everywhere.
wasm-bindgen = "=0.2.95"
walkdir = "2.5.0"
tokio = "1.41.0"
tokio = "1.41.1"
rfd = "0.15.0"

[workspace.lints.rust]
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ workspace = true
[dependencies]
linkme = { version = "0.3", optional = true }
byteorder = "1.5"
bitstream-io = "2.5.3"
bitstream-io = "2.6.0"
flate2 = { workspace = true }
fnv = "1.0.7"
gc-arena = { package = "ruffle_gc_arena", path = "../ruffle_gc_arena" }
Expand Down
2 changes: 1 addition & 1 deletion core/macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ proc-macro = true

[dependencies]
quote = "1.0.37"
syn = { version = "2.0.85", features = ["extra-traits", "full"] }
syn = { version = "2.0.87", features = ["extra-traits", "full"] }
2 changes: 1 addition & 1 deletion desktop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ anyhow = { workspace = true }
bytemuck = { workspace = true }
os_info = { version = "3", default-features = false }
unic-langid = "0.9.5"
sys-locale = "0.3.1"
sys-locale = "0.3.2"
wgpu = { workspace = true }
futures = { workspace = true }
chrono = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions frontend-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ ruffle_core = { path = "../core", default-features = false }
ruffle_render = { path = "../render", default-features = false }
async-channel = { workspace = true }
slotmap = { workspace = true }
async-io = "2.3.4"
futures-lite = "2.3.0"
async-io = "2.4.0"
futures-lite = "2.5.0"
reqwest = { version = "0.12.9", default-features = false, features = [
"rustls-tls",
"cookies",
Expand Down
2 changes: 1 addition & 1 deletion render/naga-agal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ num-derive = { workspace = true }
num-traits = { workspace = true }

[dev-dependencies]
insta = "1.41.0"
insta = "1.41.1"
naga = { workspace = true, features = ["wgsl-out"] }
2 changes: 1 addition & 1 deletion swf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ workspace = true

[dependencies]
bitflags = { workspace = true }
bitstream-io = "2.5.3"
bitstream-io = "2.6.0"
byteorder = "1.5"
encoding_rs = "0.8.35"
num-derive = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion video/external/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ libloading = { version = "0.8.5", 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 }
tempfile = { version = "3.13.0", optional = true }
tempfile = { version = "3.14.0", optional = true }
sha2 = { version = "0.10.8", optional = true }

[features]
Expand Down

0 comments on commit 6d15138

Please sign in to comment.