Skip to content

Commit cdcdc9d

Browse files
dependabot[bot]torokati44
authored andcommitted
build(deps): bump the cargo-minor group across 1 directory with 5 updates
Bumps the cargo-minor group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [async-channel](https://github.com/smol-rs/async-channel) | `2.3.1` | `2.5.0` | | [tokio](https://github.com/tokio-rs/tokio) | `1.45.1` | `1.46.1` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.21` | `0.12.22` | | [lru](https://github.com/jeromefroe/lru-rs) | `0.15.0` | `0.16.0` | | [cfg-expr](https://github.com/EmbarkStudios/cfg-expr) | `0.20.0` | `0.20.1` | Updates `async-channel` from 2.3.1 to 2.5.0 - [Release notes](https://github.com/smol-rs/async-channel/releases) - [Changelog](https://github.com/smol-rs/async-channel/blob/master/CHANGELOG.md) - [Commits](smol-rs/async-channel@v2.3.1...v2.5.0) Updates `tokio` from 1.45.1 to 1.46.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.45.1...tokio-1.46.1) Updates `reqwest` from 0.12.21 to 0.12.22 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.21...v0.12.22) Updates `lru` from 0.15.0 to 0.16.0 - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](jeromefroe/lru-rs@0.15.0...0.16.0) Updates `cfg-expr` from 0.20.0 to 0.20.1 - [Release notes](https://github.com/EmbarkStudios/cfg-expr/releases) - [Changelog](https://github.com/EmbarkStudios/cfg-expr/blob/main/CHANGELOG.md) - [Commits](EmbarkStudios/cfg-expr@0.20.0...0.20.1) --- updated-dependencies: - dependency-name: async-channel dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor - dependency-name: tokio dependency-version: 1.46.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor - dependency-name: reqwest dependency-version: 0.12.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: lru dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor - dependency-name: cfg-expr dependency-version: 0.20.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7fc2f06 commit cdcdc9d

File tree

6 files changed

+29
-16
lines changed

6 files changed

+29
-16
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ clap = { version = "4.5.40", features = ["derive"] }
5555
cpal = "0.15.3"
5656
anyhow = "1.0"
5757
slotmap = "1.0.7"
58-
async-channel = "2.3.1"
58+
async-channel = "2.5.0"
5959
bitflags = "2.9.1"
6060
bytemuck = "1.23.1"
6161
chrono = { version = "0.4.41", default-features = false }
@@ -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.45.1"
77+
tokio = "1.46.1"
7878
# Switching from the `async-std` to the `tokio` runtime, which we depend on anyway.
7979
rfd = { version = "0.15.3", default-features = false, features = ["tokio", "xdg-portal"] }
8080

frontend-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ async-channel = { workspace = true }
2626
slotmap = { workspace = true }
2727
async-io = "2.4.1"
2828
futures-lite = "2.6.0"
29-
reqwest = { version = "0.12.21", default-features = false, features = [
29+
reqwest = { version = "0.12.22", default-features = false, features = [
3030
"rustls-tls",
3131
"cookies",
3232
"charset",

render/wgpu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ image = { workspace = true }
2323
naga-agal = { path = "../naga-agal" }
2424
naga-pixelbender = { path = "../naga-pixelbender" }
2525
profiling = { version = "1.0", default-features = false, optional = true }
26-
lru = "0.15.0"
26+
lru = "0.16.0"
2727
naga = { workspace = true }
2828
indexmap = "2.10.0"
2929

tests/framework/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ anyhow = { workspace = true }
2929
async-channel = { workspace = true }
3030
vfs = "0.12.1"
3131
percent-encoding = "2.3.1"
32-
cfg-expr = "0.20.0"
32+
cfg-expr = "0.20.1"
3333

3434
[features]
3535
jpegxr = ["ruffle_core/jpegxr"]

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.8", optional = true }
21-
reqwest = { version = "0.12.21", default-features = false, features = ["blocking"], optional = true }
21+
reqwest = { version = "0.12.22", default-features = false, features = ["blocking"], optional = true }
2222
hex = { version = "0.4.3", optional = true }
2323
bzip2 = { version = "0.6.0", features = ["static"], optional = true }
2424
tempfile = { version = "3.19.1", optional = true }

0 commit comments

Comments
 (0)