Skip to content

Commit

Permalink
Merge pull request #184 from geofmureithi/renovate/async-trait-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate async-trait to 0.1.74
  • Loading branch information
geofmureithi authored Oct 21, 2023
2 parents a7c7fd6 + 3abcaaa commit d7b1c01
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 @@ -30,7 +30,7 @@ async-stream = "0.3"
futures = "0.3"
tokio = { version = "1", features = ["rt", "net"], optional = true }
async-std = { version = "1.12.0", optional = true }
async-trait = "0.1.73"
async-trait = "0.1.74"


[dev-dependencies]
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 @@ -41,7 +41,7 @@ async-stream = "0.3"
tokio = { version = "1", features = ["rt", "net"], optional = true }
futures-lite = "1.13.0"
async-std = { version = "1.12.0", optional = true }
async-trait = "0.1.73"
async-trait = "0.1.74"
debounced = "0.1.0"

[dev-dependencies]
Expand Down

0 comments on commit d7b1c01

Please sign in to comment.