Skip to content

Commit 932695f

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

File tree

5 files changed

+29
-18
lines changed

5 files changed

+29
-18
lines changed

Cargo.lock

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

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/library/rust:1.73.0 AS build
1+
FROM docker.io/library/rust:1.74.0 AS build
22

33
WORKDIR /src
44

crates/transmission-proxy/Cargo.toml

+3-3
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"
@@ -35,7 +35,7 @@ serde_yaml = "0.9"
3535
sha2 = "0.10"
3636
strum = { version = "0.25", features = ["derive"] }
3737
thiserror = "1.0"
38-
tokio = { version = "1.33", features = ["net", "rt-multi-thread"] }
38+
tokio = { version = "1.34", features = ["net", "rt-multi-thread"] }
3939
tower-cookies = "0.9"
4040
tracing = "0.1"
4141
tracing-error = "0.2"

crates/transmission-rpc-client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ client = ["reqwest", "thiserror", "url"]
2929

3030
[dev-dependencies]
3131
anyhow = "1"
32-
tokio = { version = "1.33", features = ["macros"] }
32+
tokio = { version = "1.34", features = ["macros"] }

rust-toolchain.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[toolchain]
2-
channel = "1.73.0"
2+
channel = "1.74.0"
33
components = [
44
"rustfmt",
55
"clippy",

0 commit comments

Comments
 (0)