Skip to content

Commit

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

Bumps the cargo-minor group with 4 updates in the / directory: [serde](https://github.com/serde-rs/serde), [quote](https://github.com/dtolnay/quote), [syn](https://github.com/dtolnay/syn) and [reqwest](https://github.com/seanmonstar/reqwest).


Updates `serde` from 1.0.216 to 1.0.217
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.216...v1.0.217)

Updates `quote` from 1.0.37 to 1.0.38
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](dtolnay/quote@1.0.37...1.0.38)

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

Updates `reqwest` from 0.12.9 to 0.12.11
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.9...v0.12.11)

---
updated-dependencies:
- dependency-name: serde
  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: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
- dependency-name: reqwest
  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 evilpie committed Jan 1, 2025
1 parent 2a81c86 commit 1d05767
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 16 deletions.
42 changes: 32 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ web-sys = "0.3.76"
log = "0.4"
num-derive = "0.4.2"
num-traits = "0.2.19"
serde = "1.0.215"
serde = "1.0.217"
thiserror = "2.0.9"
url = "2.5.2"
# Make sure to match wasm-bindgen-cli version to this everywhere.
Expand Down
2 changes: 1 addition & 1 deletion core/build_playerglobal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ workspace = true
[dependencies]
convert_case = "0.6.0"
proc-macro2 = "1.0.89"
quote = "1.0.37"
quote = "1.0.38"
swf = { path = "../../swf" }
clap = { workspace = true }
regex = "1.11.1"
Expand Down
4 changes: 2 additions & 2 deletions core/macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ workspace = true
proc-macro = true

[dependencies]
quote = "1.0.37"
syn = { version = "2.0.91", features = ["extra-traits", "full"] }
quote = "1.0.38"
syn = { version = "2.0.93", features = ["extra-traits", "full"] }
2 changes: 1 addition & 1 deletion frontend-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ async-channel = { workspace = true }
slotmap = { workspace = true }
async-io = "2.4.0"
futures-lite = "2.5.0"
reqwest = { version = "0.12.9", default-features = false, features = [
reqwest = { version = "0.12.11", default-features = false, features = [
"rustls-tls",
"cookies",
"charset",
Expand Down
2 changes: 1 addition & 1 deletion video/external/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ thiserror = { workspace = true }

# Needed for OpenH264:
libloading = { version = "0.8.6", optional = true }
reqwest = { version = "0.12.9", default-features = false, features = ["blocking"], optional = true }
reqwest = { version = "0.12.11", default-features = false, features = ["blocking"], optional = true }
hex = { version = "0.4.3", optional = true }
bzip2 = { version = "0.5.0", features = ["static"], optional = true }
tempfile = { version = "3.14.0", optional = true }
Expand Down

0 comments on commit 1d05767

Please sign in to comment.