Skip to content

Commit 493e2cf

Browse files
dependabot[bot]torokati44
authored andcommitted
build(deps): bump the cargo-minor group with 4 updates
Bumps the cargo-minor group with 4 updates: [slotmap](https://github.com/orlp/slotmap), [log](https://github.com/rust-lang/log), [reqwest](https://github.com/seanmonstar/reqwest) and [gif](https://github.com/image-rs/image-gif). Updates `slotmap` from 1.0.7 to 1.1.1 - [Changelog](https://github.com/orlp/slotmap/blob/master/RELEASES.md) - [Commits](orlp/slotmap@v1.0.7...v1.1.1) Updates `log` from 0.4.28 to 0.4.29 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.28...0.4.29) Updates `reqwest` from 0.12.24 to 0.12.25 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.24...v0.12.25) Updates `gif` from 0.14.0 to 0.14.1 - [Changelog](https://github.com/image-rs/image-gif/blob/master/Changes.md) - [Commits](image-rs/image-gif@v0.14.0...v0.14.1) --- updated-dependencies: - dependency-name: slotmap dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor - dependency-name: log dependency-version: 0.4.29 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: reqwest dependency-version: 0.12.25 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: gif dependency-version: 0.14.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 54b7c86 commit 493e2cf

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ clap = { version = "4.5.53", features = ["derive"] }
5858
cpal = "0.16.0"
5959
anyhow = "1.0"
6060
gc-arena = { git = "https://github.com/kyren/gc-arena.git", rev = "08e08414249d5914dfc3b402d7eadc133e00ce56" }
61-
slotmap = "1.0.7"
61+
slotmap = "1.1.1"
6262
async-channel = "2.5.0"
6363
bitflags = "2.10.0"
6464
bytemuck = "1.24.0"

frontend-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ruffle_render = { path = "../render", default-features = false }
2727
async-channel = { workspace = true }
2828
async-io = { version = "2.6.0", optional = true }
2929
futures-lite = "2.6.1"
30-
reqwest = { version = "0.12.24", default-features = false, features = [
30+
reqwest = { version = "0.12.25", default-features = false, features = [
3131
"rustls-tls",
3232
"cookies",
3333
"charset",

render/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ruffle_wstr = { path = "../wstr" }
1515
swf = { path = "../swf"}
1616
pixel_bender = { path = "pixel_bender"}
1717
tracing = { workspace = true }
18-
gif = "0.14.0"
18+
gif = "0.14.1"
1919
png = "0.18.0"
2020
flate2 = { workspace = true }
2121
smallvec = { workspace = true }

video/external/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ thiserror = { workspace = true }
1818

1919
# Needed for OpenH264:
2020
libloading = { version = "0.8.9", optional = true }
21-
reqwest = { version = "0.12.24", default-features = false, features = ["blocking"], optional = true }
21+
reqwest = { version = "0.12.25", default-features = false, features = ["blocking"], optional = true }
2222
hex = { version = "0.4.3", optional = true }
2323
bzip2 = { version = "0.6.1", features = ["static"], optional = true }
2424
tempfile = { workspace = true, optional = true }

0 commit comments

Comments
 (0)