Skip to content

Commit

Permalink
Update Rust crate thiserror to 1.0.50
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mrtnzlml committed Oct 20, 2023
1 parent c9724f3 commit 3ef9c3f
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 @@ -39,7 +39,7 @@ sentry-tracing = "0.31.7"
serde = "1.0.189"
serde_json = "1.0.107"
serde_qs = "0.12.0"
thiserror = { version = "1.0.49", default-features = false }
thiserror = { version = "1.0.50", default-features = false }
tokio = { version = "1.33.0", default-features = false, features = ["full"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.17", default-features = false, features = ["smallvec", "fmt", "ansi", "tracing-log", "std", "env-filter"] }
Expand Down

0 comments on commit 3ef9c3f

Please sign in to comment.