Skip to content

Commit

Permalink
Merge pull request #158 from geofmureithi/renovate/pin-project-lite-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate pin-project-lite to 0.2.13
  • Loading branch information
geofmureithi authored Aug 26, 2023
2 parents 9cf339d + f97e1b0 commit 4569a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apalis-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ readme = "../../README.md"
serde = { version = "1.0", features = ["derive"] }
futures = { version = "0.3", features = ["async-await"] }
tower = { version = "0.4", features = ["util"] }
pin-project-lite = "0.2.12"
pin-project-lite = "0.2.13"
tokio = { version = "1", features = ["rt", "net"], optional = true }
async-std = { version = "1", optional = true }
smol = { version = "1.3", optional = true }
Expand Down

0 comments on commit 4569a73

Please sign in to comment.