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

v1.1.1 #143

Merged
merged 25 commits into from
Jan 19, 2024
Merged

v1.1.1 #143

merged 25 commits into from
Jan 19, 2024

Conversation

madiele
Copy link
Owner

@madiele madiele commented Jan 19, 2024

No description provided.

madiele and others added 25 commits November 20, 2023 21:53
Updates the requirements on [url](https://github.com/servo/rust-url), [serde](https://github.com/serde-rs/serde) and [simple_logger](https://github.com/borntyping/rust-simple_logger) to permit the latest version.

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

Updates `serde` to 1.0.193
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.192...v1.0.193)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
…es-9ba8c3ab24

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

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

Updates `redis` to 0.24.0
- [Release notes](https://github.com/redis-rs/redis-rs/releases)
- [Commits](redis-rs/redis-rs@redis-0.23.0...redis-0.24.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
…es-0d18259c41

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

Updates `actix-web` to 4.4.1
- [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.4.0...web-v4.4.1)

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

Updates `futures` to 0.3.30
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.29...0.3.30)

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

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

---
updated-dependencies:
- dependency-name: actix-web
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: async-trait
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: futures
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: reqwest
  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>
…es-97cec33afe

Bump the rust-dependencies group with 5 updates
Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp) from 2023.11.16 to 2023.12.30.
- [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.11.16...2023.12.30)

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

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

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

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

---
updated-dependencies:
- dependency-name: async-trait
  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>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v2...v3)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…es-7507bc0dfb

Bump the rust-dependencies group with 2 updates
…/codeql-action-3

Bump github/codeql-action from 2 to 3
Bump yt-dlp from 2023.11.16 to 2023.12.30
Updates the requirements on [async-trait](https://github.com/dtolnay/async-trait), [serde](https://github.com/serde-rs/serde), [serde_json](https://github.com/serde-rs/json) and [cached](https://github.com/jaemk/cached) to permit the latest version.

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

Updates `serde` to 1.0.195
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.193...v1.0.195)

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

Updates `cached` to 0.47.0
- [Changelog](https://github.com/jaemk/cached/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jaemk/cached/commits)

---
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: 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] <support@github.com>
…es-59cca2ac39

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

Updates `feed-rs` to 1.4.0
- [Release notes](https://github.com/feed-rs/feed-rs/releases)
- [Commits](feed-rs/feed-rs@v1.3.0...v1.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
…es-6ca1ddbf01

Bump the rust-dependencies group with 1 update
@madiele madiele merged commit a916b29 into stable Jan 19, 2024
8 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.

None yet

1 participant