Skip to content

Commit

Permalink
Merge pull request #161 from geofmureithi/renovate/thiserror-1.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate thiserror to 1.0.48
  • Loading branch information
geofmureithi authored Sep 3, 2023
2 parents b545c10 + cb48ece commit e3d232d
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 @@ -20,7 +20,7 @@ tokio = { version = "1", features = ["rt", "net"], optional = true }
async-std = { version = "1", optional = true }
smol = { version = "1.3", optional = true }
smol-timeout = { version = "0.6", optional = true }
thiserror = "1.0.47"
thiserror = "1.0.48"
log = "0.4"
http = { version = "0.2.9", optional = true }
strum = { version = "0.25", features = ["derive"] }
Expand Down

0 comments on commit e3d232d

Please sign in to comment.