Skip to content

Commit

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

Bump the rust-dependencies group with 2 updates
  • Loading branch information
madiele authored Nov 11, 2024
2 parents dd2a0f7 + 97df1a8 commit 4af190e
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 @@ -23,7 +23,7 @@ regex = "=1.11.1"
reqwest = { version = "=0.12.9", features = ["json"] }
serde = "=1.0.214"
serde_json = "=1.0.132"
tokio = { version = "=1.41.0", features = ["macros", "process"]}
tokio = { version = "=1.41.1", features = ["macros", "process"]}
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
Expand All @@ -32,7 +32,7 @@ eyre = "=0.6"
simple_logger = "=5.0"
redis = { version = "=0.27", features = ["tokio-comp"] }
mime = "=0.3.17"
cached = { version = "=0.53.1", features = ["redis_tokio"] }
cached = { version = "=0.54.0", features = ["redis_tokio"] }
iso8601-duration = "=0.2.0"
chrono = "=0.4.38"
feed-rs = "=2.1.1"
Expand Down

0 comments on commit 4af190e

Please sign in to comment.