Skip to content

Commit

Permalink
Merge pull request #154 from madiele/dependabot/cargo/rust-dependenci…
Browse files Browse the repository at this point in the history
…es-4e2b621a74

Bump the rust-dependencies group with 4 updates
  • Loading branch information
madiele committed Mar 11, 2024
2 parents 2323c92 + 6d67be1 commit 732432a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ path = "src/main.rs"

[dependencies]
actix-rt = "=2.9.0"
google-youtube3 = "=5.0.3"
google-youtube3 = "=5.0.4"
actix-web = "=4.5.1"
async-trait = "=0.1.77"
url = { version="=2.5.0", features = ["serde"]}
futures = "=0.3.30"
log = "=0.4.21"
regex = "=1.10.3"
reqwest = { version = "=0.11.24", features = ["json"] }
reqwest = { version = "=0.11.25", features = ["json"] }
serde = "=1.0.197"
serde_json = "=1.0.114"
tokio = { version = "=1.36.0", features = ["macros", "process"]}
Expand All @@ -30,11 +30,11 @@ openssl = { version = "*", features = ["vendored"] } #this is here just to make
rss = { version = "=2.0", features = ["serde"] }
eyre = "=0.6"
simple_logger = "=4.3"
redis = { version = "=0.24", features = ["tokio-comp"] }
redis = { version = "=0.25", features = ["tokio-comp"] }
mime = "=0.3.17"
cached = { version = "=0.49.2", features = ["redis_tokio"] }
iso8601-duration = "=0.2.0"
chrono = "=0.4.34"
chrono = "=0.4.35"
feed-rs = "=1.4.0"

[dev-dependencies]
Expand Down

0 comments on commit 732432a

Please sign in to comment.