Skip to content

Commit

Permalink
Update Rust crate thiserror to 1.0.59 (#144)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] authored Apr 25, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent e630809 commit d3e254b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mq/Cargo.toml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ futures = "0.3.30"
serde = { version = "1.0.198", features = ["serde_derive"] }
serde_json = "1.0.116"
serde_with = "3.7.0"
thiserror = "1.0.57"
thiserror = "1.0.59"
time = { version = "0.3.36", features = ["std", "serde", "parsing", "formatting"] }
tokio = { version = "1.37.0", features = ["macros", "time"] }
tokio-util = "0.7.10"

0 comments on commit d3e254b

Please sign in to comment.