Skip to content

Commit

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

Bump the rust-dependencies group with 3 updates
  • Loading branch information
madiele authored Apr 1, 2024
2 parents 2648533 + da3742c commit 95a0a93
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 @@ -22,8 +22,8 @@ log = "=0.4.21"
regex = "=1.10.4"
reqwest = { version = "=0.12.2", features = ["json"] }
serde = "=1.0.197"
serde_json = "=1.0.114"
tokio = { version = "=1.36.0", features = ["macros", "process"]}
serde_json = "=1.0.115"
tokio = { version = "=1.37.0", features = ["macros", "process"]}
uuid = { version= "=1.8.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 @@ -34,7 +34,7 @@ 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.35"
chrono = "=0.4.37"
feed-rs = "=1.4.0"

[dev-dependencies]
Expand Down

0 comments on commit 95a0a93

Please sign in to comment.