Skip to content

Commit

Permalink
fix(deps): update rust crate thiserror to 1.0.45
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 15, 2023
1 parent acf40bf commit b4f62fd
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.44"
thiserror = "1.0.45"
log = "0.4"
http = { version = "0.2.9", optional = true }
strum = { version = "0.25", features = ["derive"] }
Expand Down

0 comments on commit b4f62fd

Please sign in to comment.