Skip to content

Commit

Permalink
fix(deps): update rust crate async-stream to 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent 4ec26ce commit 1485a0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/apalis-redis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ chrono = { version = "0.4", default-features = false, features = [
"clock",
"serde",
] }
async-stream = "0.3"
async-stream = "0.3.5"
futures = "0.3"
tokio = { version = "1", features = ["rt", "net"], optional = true }
async-std = { version = "1.12.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion packages/apalis-sql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ apalis-core = { path = "../../packages/apalis-core", version = "0.5.1", default-
] }
log = "0.4"
futures = "0.3"
async-stream = "0.3"
async-stream = "0.3.5"
tokio = { version = "1", features = ["rt", "net"], optional = true }
futures-lite = "2.3.0"
async-std = { version = "1.12.0", optional = true }
Expand Down

0 comments on commit 1485a0a

Please sign in to comment.