Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2023
1 parent f9d13a0 commit d6b3fcc
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 19 deletions.
54 changes: 37 additions & 17 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions chuckle-http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ anyhow = { workspace = true }
axum = { workspace = true }
github-webhooks = { git = "https://github.com/trufflehq/github-webhooks.git", features = ["axum"] }
once_cell = { workspace = true }
ring = "0.16"
ring = "0.17"
serde = { workspace = true }
serde_json = { workspace = true }
sqlx = { workspace = true }
thiserror = "1.0.48"
thiserror = "1.0.49"
tower = "0.4"
tower-http = { version = "0.4", features = ["trace"] }
tracing = { workspace = true }
Expand Down

0 comments on commit d6b3fcc

Please sign in to comment.