Skip to content

Commit

Permalink
fix(deps): update rust crate thiserror to 1.0.48
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 2, 2023
1 parent b545c10 commit cb48ece
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 cb48ece

Please sign in to comment.