Skip to content

Commit b55a2fd

Browse files
dependabot[bot]torokati44
authored andcommitted
build(deps): bump the cargo-minor group with 2 updates
Bumps the cargo-minor group with 2 updates: [reqwest](https://github.com/seanmonstar/reqwest) and [macro_rules_attribute](https://github.com/danielhenrymantilla/macro_rules_attribute-rs). Updates `reqwest` from 0.12.16 to 0.12.19 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.16...v0.12.19) Updates `macro_rules_attribute` from 0.2.0 to 0.2.2 - [Release notes](https://github.com/danielhenrymantilla/macro_rules_attribute-rs/releases) - [Commits](danielhenrymantilla/macro_rules_attribute-rs@v0.2.0...v0.2.2) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: macro_rules_attribute dependency-version: 0.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eaaae3f commit b55a2fd

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Cargo.lock

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

frontend-utils/Cargo.toml

Lines changed: 2 additions & 2 deletions
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.12", default-features = false, features = [
29+
reqwest = { version = "0.12.19", default-features = false, features = [
3030
"rustls-tls",
3131
"cookies",
3232
"charset",
@@ -40,4 +40,4 @@ bytemuck = { workspace = true, optional = true }
4040
[dev-dependencies]
4141
tempfile = "3"
4242
tokio = { workspace = true, features = ["macros", "rt"] }
43-
macro_rules_attribute = "0.2.0"
43+
macro_rules_attribute = "0.2.2"

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

0 commit comments

Comments
 (0)