Skip to content

Commit

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

Bump the rust-dependencies group with 4 updates
  • Loading branch information
madiele authored Jul 29, 2024
2 parents 8183d1d + 87470d7 commit 04f5e77
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 @@ -22,17 +22,17 @@ log = "=0.4.22"
regex = "=1.10.5"
reqwest = { version = "=0.12.5", features = ["json"] }
serde = "=1.0.204"
serde_json = "=1.0.120"
tokio = { version = "=1.38.1", features = ["macros", "process"]}
serde_json = "=1.0.121"
tokio = { version = "=1.39.2", features = ["macros", "process"]}
uuid = { version= "=1.10.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"] }
eyre = "=0.6"
simple_logger = "=5.0"
redis = { version = "=0.25", features = ["tokio-comp"] }
redis = { version = "=0.26", features = ["tokio-comp"] }
mime = "=0.3.17"
cached = { version = "=0.53.0", features = ["redis_tokio"] }
cached = { version = "=0.53.1", features = ["redis_tokio"] }
iso8601-duration = "=0.2.0"
chrono = "=0.4.38"
feed-rs = "=2.1.0"
Expand Down

0 comments on commit 04f5e77

Please sign in to comment.