Skip to content

Commit ce6b249

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

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

Cargo.lock

+15-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/transmission-proxy/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ base64 = "0.21"
1515
bcrypt = "0.15"
1616
clap = { version = "4.4", features = ["derive", "env"] }
1717
color-eyre = "0.6"
18-
cookie = { version = "0.17", features = ["percent-encode"] }
19-
handlebars = "4.4"
18+
cookie = { version = "0.18", features = ["percent-encode"] }
19+
handlebars = "4.5"
2020
hmac = "0.12"
2121
hyper = { version = "0.14", features = ["full"] }
2222
jsonpath = "0.1.1"

0 commit comments

Comments
 (0)