Skip to content

Commit

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

Bump the rust-dependencies group with 3 updates
  • Loading branch information
madiele committed May 13, 2024
2 parents c578acd + e7fa301 commit 6bdf9e1
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 @@ -21,8 +21,8 @@ futures = "=0.3.30"
log = "=0.4.21"
regex = "=1.10.4"
reqwest = { version = "=0.12.4", features = ["json"] }
serde = "=1.0.200"
serde_json = "=1.0.116"
serde = "=1.0.201"
serde_json = "=1.0.117"
tokio = { version = "=1.37.0", features = ["macros", "process"]}
uuid = { version= "=1.8.0", features = ["v4", "serde"]}
genawaiter = {version = "=0.99", features = ["futures03"] }
Expand All @@ -32,7 +32,7 @@ eyre = "=0.6"
simple_logger = "=5.0"
redis = { version = "=0.25", features = ["tokio-comp"] }
mime = "=0.3.17"
cached = { version = "=0.51.1", features = ["redis_tokio"] }
cached = { version = "=0.51.3", features = ["redis_tokio"] }
iso8601-duration = "=0.2.0"
chrono = "=0.4.38"
feed-rs = "=1.5.2"
Expand Down

0 comments on commit 6bdf9e1

Please sign in to comment.