Skip to content

Commit 36a987e

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: [tokio](https://github.com/tokio-rs/tokio), [quote](https://github.com/dtolnay/quote) and [zip](https://github.com/zip-rs/zip2). Updates `tokio` from 1.44.0 to 1.44.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.44.0...tokio-1.44.1) Updates `quote` from 1.0.39 to 1.0.40 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.39...1.0.40) Updates `zip` from 2.2.3 to 2.4.1 - [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.3...v2.4.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: quote 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-minor dependency-group: cargo-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2e40fc4 commit 36a987e

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ url = "2.5.2"
7474
# Make sure to match wasm-bindgen-cli version to this everywhere.
7575
wasm-bindgen = "=0.2.100"
7676
walkdir = "2.5.0"
77-
tokio = "1.44.0"
77+
tokio = "1.44.1"
7878
# Switching from the `async-std` to the `tokio` runtime, which we depend on anyway.
7979
rfd = { version = "0.15.2", default-features = false, features = ["tokio", "xdg-portal"] }
8080

core/build_playerglobal/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ workspace = true
1313
[dependencies]
1414
convert_case = "0.8.0"
1515
proc-macro2 = "1.0.94"
16-
quote = "1.0.39"
16+
quote = "1.0.40"
1717
swf = { path = "../../swf" }
1818
clap = { workspace = true }
1919
regex = "1.11.1"

core/macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ proc-macro = true
1515

1616
[dependencies]
1717
proc-macro2 = "1.0.94"
18-
quote = "1.0.39"
18+
quote = "1.0.40"
1919
syn = { version = "2.0.100", features = ["extra-traits", "full"] }

frontend-utils/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ toml_edit = { version = "0.22.22", features = ["parse"] }
1818
url = { workspace = true }
1919
tracing = { workspace = true }
2020
thiserror = { workspace = true }
21-
zip = { version = "2.2.3", default-features = false, features = ["deflate"] }
21+
zip = { version = "2.4.1", default-features = false, features = ["deflate"] }
2222
urlencoding = "2.1.3"
2323
ruffle_core = { path = "../core", default-features = false }
2424
ruffle_render = { path = "../render", default-features = false }

web/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ gloo-net = { version = "0.6.0", default-features = false, features = ["websocke
5959
rfd = { workspace = true, features = ["file-handle-inner"] }
6060
wasm-streams = "0.4.2"
6161
futures = { workspace = true }
62-
zip = { version = "2.2.3", default-features = false}
62+
zip = { version = "2.4.1", default-features = false}
6363

6464
[dependencies.ruffle_core]
6565
path = "../core"

0 commit comments

Comments
 (0)