Skip to content

Commit

Permalink
Update Rust crate thiserror to 1.0.63
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mrtnzlml committed Jul 17, 2024
1 parent ed2afbf commit e8dc85a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/abacus/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/abacus/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ sentry-tracing = "0.34.0"
serde = "1.0.204"
serde_json = "1.0.120"
serde_qs = "0.13.0"
thiserror = { version = "1.0.62", default-features = false }
thiserror = { version = "1.0.63", default-features = false }
tokio = { version = "1.38.1", default-features = false, features = ["full"] }
tower-http = { version = "0.5.2", default-features = false, features = ["cors", "trace"] }
tracing = "0.1.40"
Expand Down

0 comments on commit e8dc85a

Please sign in to comment.