Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deps #98

Merged
merged 49 commits into from
Sep 2, 2023
Merged

Update deps #98

merged 49 commits into from
Sep 2, 2023

Conversation

madiele
Copy link
Owner

@madiele madiele commented Sep 2, 2023

No description provided.

dependabot bot and others added 30 commits June 22, 2023 16:03
Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp) from 2023.03.04 to 2023.6.22.
- [Release notes](https://github.com/yt-dlp/yt-dlp/releases)
- [Changelog](https://github.com/yt-dlp/yt-dlp/blob/master/Changelog.md)
- [Commits](yt-dlp/yt-dlp@2023.03.04...2023.06.22)

---
updated-dependencies:
- dependency-name: yt-dlp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Bump yt-dlp from 2023.03.04 to 2023.6.22
Updates the requirements on [log](https://github.com/rust-lang/log), [regex](https://github.com/rust-lang/regex), [reqwest](https://github.com/seanmonstar/reqwest), [serde](https://github.com/serde-rs/serde), [serde_json](https://github.com/serde-rs/json), [tokio](https://github.com/tokio-rs/tokio), [uuid](https://github.com/uuid-rs/uuid), [simple_logger](https://github.com/borntyping/rust-simple_logger) and [chrono](https://github.com/chronotope/chrono) to permit the latest version.

Updates `log` to 0.4.19
- [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.17...0.4.19)

Updates `regex` to 1.8.4
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.7.3...1.8.4)

Updates `reqwest` to 0.11.18
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.16...v0.11.18)

Updates `serde` to 1.0.164
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.159...v1.0.164)

Updates `serde_json` to 1.0.99
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.95...v1.0.99)

Updates `tokio` to 1.29.1
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.27.0...tokio-1.29.1)

Updates `uuid` to 1.4.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.3.0...1.4.0)

Updates `simple_logger` to 4.2.0
- [Release notes](https://github.com/borntyping/rust-simple_logger/releases)
- [Commits](borntyping/rust-simple_logger@v4.1.0...v4.2.0)

Updates `chrono` to 0.4.26
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.24...v0.4.26)

---
updated-dependencies:
- dependency-name: log
  dependency-type: direct:production
  dependency-group: rust-dependecies
- dependency-name: regex
  dependency-type: direct:production
  dependency-group: rust-dependecies
- dependency-name: reqwest
  dependency-type: direct:production
  dependency-group: rust-dependecies
- dependency-name: serde
  dependency-type: direct:production
  dependency-group: rust-dependecies
- dependency-name: serde_json
  dependency-type: direct:production
  dependency-group: rust-dependecies
- dependency-name: tokio
  dependency-type: direct:production
  dependency-group: rust-dependecies
- dependency-name: uuid
  dependency-type: direct:production
  dependency-group: rust-dependecies
- dependency-name: simple_logger
  dependency-type: direct:production
  dependency-group: rust-dependecies
- dependency-name: chrono
  dependency-type: direct:production
  dependency-group: rust-dependecies
...

Signed-off-by: dependabot[bot] <support@github.com>
…-9787f632b4

Bump the rust-dependecies group with 9 updates
Updates the requirements on [async-trait](https://github.com/dtolnay/async-trait) and [serde](https://github.com/serde-rs/serde) to permit the latest version.

Updates `async-trait` to 0.1.69
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.68...0.1.69)

Updates `serde` to 1.0.165
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.164...v1.0.165)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: serde
  dependency-type: direct:production
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
madiele and others added 19 commits July 3, 2023 18:28
…s-152333cf04

Bump the rust-dependencies group with 2 updates
Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp) from 2023.6.22 to 2023.7.6.
- [Release notes](https://github.com/yt-dlp/yt-dlp/releases)
- [Changelog](https://github.com/yt-dlp/yt-dlp/blob/master/Changelog.md)
- [Commits](yt-dlp/yt-dlp@2023.06.22...2023.07.06)

---
updated-dependencies:
- dependency-name: yt-dlp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on [async-trait](https://github.com/dtolnay/async-trait), [regex](https://github.com/rust-lang/regex), [serde](https://github.com/serde-rs/serde) and [serde_json](https://github.com/serde-rs/json) to permit the latest version.

Updates `async-trait` to 0.1.71
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.69...0.1.71)

Updates `regex` to 1.9.1
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.8.4...1.9.1)

Updates `serde` to 1.0.171
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.165...v1.0.171)

Updates `serde_json` to 1.0.100
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.99...v1.0.100)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: regex
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: serde
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: serde_json
  dependency-type: direct:production
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
…s-5efad0c91c

Bump the rust-dependencies group with 4 updates
Updates the requirements on [serde_json](https://github.com/serde-rs/json) and [uuid](https://github.com/uuid-rs/uuid) to permit the latest version.

Updates `serde_json` to 1.0.103
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.100...v1.0.103)

Updates `uuid` to 1.4.1
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.4.0...1.4.1)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: uuid
  dependency-type: direct:production
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
…s-8a0beef6c0

Bump the rust-dependencies group with 2 updates
Updates the requirements on [async-trait](https://github.com/dtolnay/async-trait) and [serde](https://github.com/serde-rs/serde) to permit the latest version.

Updates `async-trait` to 0.1.72
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.71...0.1.72)

Updates `serde` to 1.0.175
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.171...v1.0.175)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: serde
  dependency-type: direct:production
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
…s-315f6449d4

Bump the rust-dependencies group with 2 updates
Updates the requirements on [serde](https://github.com/serde-rs/serde) and [serde_json](https://github.com/serde-rs/json) to permit the latest version.

Updates `serde` to 1.0.179
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.175...v1.0.179)

Updates `serde_json` to 1.0.104
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.103...v1.0.104)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: serde_json
  dependency-type: direct:production
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
…s-63e88faaa7

Bump the rust-dependencies group with 2 updates
Updates the requirements on [regex](https://github.com/rust-lang/regex) and [serde](https://github.com/serde-rs/serde) to permit the latest version.

Updates `regex` to 1.9.3
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.9.1...1.9.3)

Updates `serde` to 1.0.183
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.179...v1.0.183)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: serde
  dependency-type: direct:production
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
…s-67097d722c

Bump the rust-dependencies group with 2 updates
Updates the requirements on [async-trait](https://github.com/dtolnay/async-trait), [log](https://github.com/rust-lang/log) and [tokio](https://github.com/tokio-rs/tokio) to permit the latest version.

Updates `async-trait` to 0.1.73
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.72...0.1.73)

Updates `log` to 0.4.20
- [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.19...0.4.20)

Updates `tokio` to 1.31.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.29.1...tokio-1.31.0)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: log
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: tokio
  dependency-type: direct:production
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
…s-7e4c53b650

Bump the rust-dependencies group with 3 updates
Updates the requirements on [serde](https://github.com/serde-rs/serde), [serde_json](https://github.com/serde-rs/json) and [tokio](https://github.com/tokio-rs/tokio) to permit the latest version.

Updates `serde` to 1.0.185
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.183...v1.0.185)

Updates `serde_json` to 1.0.105
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.104...v1.0.105)

Updates `tokio` to 1.32.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.31.0...tokio-1.32.0)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: serde_json
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: tokio
  dependency-type: direct:production
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
…s-176cb83eb1

Bump the rust-dependencies group with 3 updates
Updates the requirements on [actix-rt](https://github.com/actix/actix-net), [regex](https://github.com/rust-lang/regex), [reqwest](https://github.com/seanmonstar/reqwest) and [serde](https://github.com/serde-rs/serde) to permit the latest version.

Updates `actix-rt` to 2.9.0
- [Release notes](https://github.com/actix/actix-net/releases)
- [Commits](actix/actix-net@rt-v2.8.0...rt-v2.9.0)

Updates `regex` to 1.9.4
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.9.3...1.9.4)

Updates `reqwest` to 0.11.20
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.18...v0.11.20)

Updates `serde` to 1.0.188
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.185...v1.0.188)

---
updated-dependencies:
- dependency-name: actix-rt
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: regex
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: reqwest
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: serde
  dependency-type: direct:production
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
…s-7e8919ba86

Bump the rust-dependencies group with 4 updates
@madiele madiele merged commit dc86201 into stable Sep 2, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant