Skip to content

Commit

Permalink
Bump the rust-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: cached
  dependency-type: direct:production
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent dd2a0f7 commit 97df1a8
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 97df1a8

Please sign in to comment.