Skip to content

Commit

Permalink
Merge pull request #114 from frog-pond/renovate/thiserror-1.x
Browse files Browse the repository at this point in the history
Update Rust crate thiserror to 1.0.49
  • Loading branch information
rye authored Oct 1, 2023
2 parents 1918e0c + 3c8cd56 commit 6f21449
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions 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 ccc-handlers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ http = "0.2.9"
reqwest = { version = "0.11.20", features = ["json"] }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
thiserror = { version = "1.0.48" }
thiserror = { version = "1.0.49" }
tracing = "0.1.37"
serde_urlencoded = "0.7.1"
phf = { version = "0.11.2", features = ["macros"] }
2 changes: 1 addition & 1 deletion ccc-proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ http = "0.2.9"
reqwest = { version = "0.11.20", features = ["json"] }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
thiserror = { version = "1.0.48" }
thiserror = { version = "1.0.49" }
tracing = "0.1.37"

0 comments on commit 6f21449

Please sign in to comment.