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 Nov 21, 2023
1 parent 2025073 commit bc07072
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 51 deletions.
146 changes: 98 additions & 48 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions chuckle-http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ 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.50"
tower = "0.4"
tower-http = { version = "0.4", features = ["trace"] }
tower-http = { version = "0.5", features = ["trace"] }
tracing = { workspace = true }
twilight-model = { workspace = true }
twilight-util = { workspace = true }
Expand Down

0 comments on commit bc07072

Please sign in to comment.