Skip to content

Commit

Permalink
Bump the rust-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 0ad66da commit 34ad9e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ path = "src/main.rs"
actix-rt = "=2.9.0"
google-youtube3 = "=5.0.3"
actix-web = "=4.4.1"
async-trait = "=0.1.75"
async-trait = "=0.1.76"
url = { version="=2.5.0", features = ["serde"]}
futures = "=0.3.30"
log = "=0.4.20"
regex = "=1.10.2"
reqwest = { version = "=0.11.23", features = ["json"] }
serde = "=1.0.193"
serde_json = "=1.0.108"
serde_json = "=1.0.109"
tokio = { version = "=1.35.1", features = ["macros", "process"]}
uuid = { version= "=1.6.1", features = ["v4", "serde"]}
genawaiter = {version = "=0.99", features = ["futures03"] }
Expand Down

0 comments on commit 34ad9e3

Please sign in to comment.