Skip to content

Commit bc07072

Browse files
fix(deps): update all non-major dependencies
1 parent 2025073 commit bc07072

File tree

2 files changed

+101
-51
lines changed

2 files changed

+101
-51
lines changed

Cargo.lock

Lines changed: 98 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

chuckle-http/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ anyhow = { workspace = true }
1818
axum = { workspace = true }
1919
github-webhooks = { git = "https://github.com/trufflehq/github-webhooks.git", features = ["axum"] }
2020
once_cell = { workspace = true }
21-
ring = "0.16"
21+
ring = "0.17"
2222
serde = { workspace = true }
2323
serde_json = { workspace = true }
2424
sqlx = { workspace = true }
25-
thiserror = "1.0.48"
25+
thiserror = "1.0.50"
2626
tower = "0.4"
27-
tower-http = { version = "0.4", features = ["trace"] }
27+
tower-http = { version = "0.5", features = ["trace"] }
2828
tracing = { workspace = true }
2929
twilight-model = { workspace = true }
3030
twilight-util = { workspace = true }

0 commit comments

Comments
 (0)