Skip to content

Commit

Permalink
Bump the rust-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [google-youtube3](https://github.com/Byron/google-apis-rs), [serde_json](https://github.com/serde-rs/json) and [uuid](https://github.com/uuid-rs/uuid) to permit the latest version.

Updates `google-youtube3` to 6.0.0+20240626
- [Release notes](https://github.com/Byron/google-apis-rs/releases)
- [Changelog](https://github.com/Byron/google-apis-rs/blob/main/changelog.md)
- [Commits](Byron/google-apis-rs@google-apis-common-v5.0.4...google-apis-common-v6.0.0)

Updates `serde_json` to 1.0.132
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@1.0.128...1.0.132)

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

---
updated-dependencies:
- dependency-name: google-youtube3
  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]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 2230ce3 commit 789aeae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ path = "src/main.rs"

[dependencies]
actix-rt = "=2.10.0"
google-youtube3 = "=5.0.4"
google-youtube3 = "=6.0.0"
actix-web = "=4.9.0"
async-trait = "=0.1.83"
url = { version="=2.5.2", features = ["serde"]}
Expand All @@ -22,9 +22,9 @@ log = "=0.4.22"
regex = "=1.11.0"
reqwest = { version = "=0.12.8", features = ["json"] }
serde = "=1.0.210"
serde_json = "=1.0.128"
serde_json = "=1.0.132"
tokio = { version = "=1.40.0", features = ["macros", "process"]}
uuid = { version= "=1.10.0", features = ["v4", "serde"]}
uuid = { version= "=1.11.0", features = ["v4", "serde"]}
genawaiter = {version = "=0.99", features = ["futures03"] }
openssl = { version = "*", features = ["vendored"] } #this is here just to make cross-compiling work during github actions
rss = { version = "=2.0", features = ["serde"] }
Expand Down

0 comments on commit 789aeae

Please sign in to comment.