Skip to content

Commit d6b3fcc

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

File tree

2 files changed

+39
-19
lines changed

2 files changed

+39
-19
lines changed

Cargo.lock

Lines changed: 37 additions & 17 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ 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.49"
2626
tower = "0.4"
2727
tower-http = { version = "0.4", features = ["trace"] }
2828
tracing = { workspace = true }

0 commit comments

Comments
 (0)