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

release 1.2.2 #201

Merged
merged 47 commits into from
Aug 5, 2024
Merged

release 1.2.2 #201

merged 47 commits into from
Aug 5, 2024

Conversation

madiele
Copy link
Owner

@madiele madiele commented Aug 5, 2024

No description provided.

madiele and others added 30 commits May 5, 2024 12:56
---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: simple_logger
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: cached
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: feed-rs
  dependency-type: direct:production
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
…es-c147133f8d

Bump the rust-dependencies group with 4 updates
---
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: cached
  dependency-type: direct:production
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
…es-3ba9250854

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

Updates `actix-web` to 4.6.0
- [Release notes](https://github.com/actix/actix-web/releases)
- [Changelog](https://github.com/actix/actix-web/blob/master/CHANGES.md)
- [Commits](actix/actix-web@web-v4.5.1...web-v4.6.0)

Updates `serde` to 1.0.202
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.201...v1.0.202)

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

Signed-off-by: dependabot[bot] <[email protected]>
…es-a367d5b903

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

Updates `serde` to 1.0.203
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.202...v1.0.203)

Updates `feed-rs` to 2.0.0
- [Release notes](https://github.com/feed-rs/feed-rs/releases)
- [Commits](feed-rs/feed-rs@v1.5.2...v2.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp) from 2024.4.9 to 2024.5.26.
- [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@2024.04.09...2024.05.26)

---
updated-dependencies:
- dependency-name: yt-dlp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…es-460310b9e8

Bump the rust-dependencies group with 2 updates
Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp) from 2024.5.26 to 2024.5.27.
- [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@2024.05.26...2024.05.27)

---
updated-dependencies:
- dependency-name: yt-dlp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Updates the requirements on [tokio](https://github.com/tokio-rs/tokio) to permit the latest version.

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

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

Signed-off-by: dependabot[bot] <[email protected]>
…es-1c4fca089f

Update tokio requirement from =1.37.0 to =1.38.0 in the rust-dependencies group
Updates the requirements on [actix-rt](https://github.com/actix/actix-net), [actix-web](https://github.com/actix/actix-web), [url](https://github.com/servo/rust-url) and [regex](https://github.com/rust-lang/regex) to permit the latest version.

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

Updates `actix-web` to 4.7.0
- [Release notes](https://github.com/actix/actix-web/releases)
- [Changelog](https://github.com/actix/actix-web/blob/master/CHANGES.md)
- [Commits](actix/actix-web@web-v4.6.0...web-v4.7.0)

Updates `url` to 2.5.1
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.5.0...v2.5.1)

Updates `regex` to 1.10.5
- [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.10.4...1.10.5)

---
updated-dependencies:
- dependency-name: actix-rt
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: actix-web
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: url
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: regex
  dependency-type: direct:production
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
…es-7feebedfe0

Bump the rust-dependencies group with 4 updates
---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: cached
  dependency-type: direct:production
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
…es-9ad90bd328

Bump the rust-dependencies group with 2 updates
Updates the requirements on [actix-web](https://github.com/actix/actix-web), [url](https://github.com/servo/rust-url) and [uuid](https://github.com/uuid-rs/uuid) to permit the latest version.

Updates `actix-web` to 4.8.0
- [Release notes](https://github.com/actix/actix-web/releases)
- [Changelog](https://github.com/actix/actix-web/blob/master/CHANGES.md)
- [Commits](actix/actix-web@web-v4.7.0...web-v4.8.0)

Updates `url` to 2.5.2
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.5.1...v2.5.2)

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

---
updated-dependencies:
- dependency-name: actix-web
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: url
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: uuid
  dependency-type: direct:production
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
…es-7f1d42659e

Bump the rust-dependencies group with 3 updates
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5...v6)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
…/build-push-action-6

Bump docker/build-push-action from 5 to 6
Updates the requirements on [log](https://github.com/rust-lang/log), [serde_json](https://github.com/serde-rs/json) and [uuid](https://github.com/uuid-rs/uuid) to permit the latest version.

Updates `log` to 0.4.22
- [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.21...0.4.22)

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

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

---
updated-dependencies:
- dependency-name: log
  dependency-type: direct:production
  dependency-group: rust-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] <[email protected]>
…es-632c793843

Bump the rust-dependencies group across 1 directory with 3 updates
Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp) from 2024.5.27 to 2024.7.1.
- [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@2024.05.27...2024.07.01)

---
updated-dependencies:
- dependency-name: yt-dlp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp) from 2024.7.1 to 2024.7.2.
- [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@2024.07.01...2024.07.02)

---
updated-dependencies:
- dependency-name: yt-dlp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp) from 2024.7.2 to 2024.7.7.
- [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@2024.07.02...2024.07.07)

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

Signed-off-by: dependabot[bot] <[email protected]>
dependabot bot and others added 17 commits July 8, 2024 15:21
---
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
- dependency-name: cached
  dependency-type: direct:production
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
…es-2cfbf5490e

Bump the rust-dependencies group with 3 updates
Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp) from 2024.7.7 to 2024.7.9.
- [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@2024.07.07...2024.07.09)

---
updated-dependencies:
- dependency-name: yt-dlp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Updates the requirements on [uuid](https://github.com/uuid-rs/uuid) to permit the latest version.

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

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

Signed-off-by: dependabot[bot] <[email protected]>
…es-0fbec62623

Update uuid requirement from =1.9.1 to =1.10.0 in the rust-dependencies group
Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp) from 2024.7.9 to 2024.7.16.
- [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@2024.07.09...2024.07.16)

---
updated-dependencies:
- dependency-name: yt-dlp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: cached
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: feed-rs
  dependency-type: direct:production
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
…es-76b6773379

Bump the rust-dependencies group with 3 updates
Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp) from 2024.7.16 to 2024.7.25.
- [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@2024.07.16...2024.07.25)

---
updated-dependencies:
- dependency-name: yt-dlp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: tokio
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: redis
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: cached
  dependency-type: direct:production
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
…es-ab311a092f

Bump the rust-dependencies group with 4 updates
Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp) from 2024.7.25 to 2024.8.1.
- [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@2024.07.25...2024.08.01)

---
updated-dependencies:
- dependency-name: yt-dlp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@madiele madiele merged commit bdb8eac into stable Aug 5, 2024
9 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