Commit 6b35a03 1 parent 59114d6 commit 6b35a03 Copy full SHA for 6b35a03
File tree 4 files changed +12
-12
lines changed
4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
- FROM docker.io/library/rust:1.73 .0 AS build
1
+ FROM docker.io/library/rust:1.75 .0 AS build
2
2
3
3
WORKDIR /src
4
4
Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ default-run = "transmission-proxy"
10
10
transmission-rpc-client = " 1.1.6"
11
11
12
12
async-session = " 3.0.0"
13
- axum = { version = " 0.6 " , features = [" headers" ] }
13
+ axum = { version = " 0.7 " , features = [" headers" ] }
14
14
base64 = " 0.21"
15
15
bcrypt = " 0.15"
16
16
clap = { version = " 4.4" , features = [" derive" , " env" ] }
17
17
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 "
20
20
hmac = " 0.12"
21
21
hyper = { version = " 0.14" , features = [" full" ] }
22
22
jsonpath = " 0.1.1"
@@ -33,12 +33,12 @@ serde_json = "1"
33
33
serde_regex = " 1.1"
34
34
serde_yaml = " 0.9"
35
35
sha2 = " 0.10"
36
- strum = { version = " 0.25 " , features = [" derive" ] }
36
+ strum = { version = " 0.26 " , features = [" derive" ] }
37
37
thiserror = " 1.0"
38
- tokio = { version = " 1.33 " , features = [" net" , " rt-multi-thread" ] }
39
- tower-cookies = " 0.9 "
38
+ tokio = { version = " 1.36 " , features = [" net" , " rt-multi-thread" ] }
39
+ tower-cookies = " 0.10 "
40
40
tracing = " 0.1"
41
41
tracing-error = " 0.2"
42
42
tracing-subscriber = { version = " 0.3" , features = [" env-filter" ] }
43
- url = " 2.4 "
43
+ url = " 2.5 "
44
44
urlencoding = " 2.1"
Original file line number Diff line number Diff line change @@ -16,17 +16,17 @@ required-features = ["client"]
16
16
[dependencies ]
17
17
serde = { version = " 1" , features = [" derive" ] }
18
18
serde_json = " 1"
19
- strum = { version = " 0.25 " , features = [" derive" ] }
19
+ strum = { version = " 0.26 " , features = [" derive" ] }
20
20
21
21
# client features
22
22
reqwest = { version = " 0.11" , optional = true , features = [" json" ] }
23
23
thiserror = { version = " 1" , optional = true }
24
- url = { version = " 2.4 " , optional = true }
24
+ url = { version = " 2.5 " , optional = true }
25
25
26
26
[features ]
27
27
default = []
28
28
client = [" reqwest" , " thiserror" , " url" ]
29
29
30
30
[dev-dependencies ]
31
31
anyhow = " 1"
32
- tokio = { version = " 1.33 " , features = [" macros" ] }
32
+ tokio = { version = " 1.36 " , features = [" macros" ] }
Original file line number Diff line number Diff line change 1
1
[toolchain ]
2
- channel = " 1.73 .0"
2
+ channel = " 1.76 .0"
3
3
components = [
4
4
" rustfmt" ,
5
5
" clippy" ,
You can’t perform that action at this time.
0 commit comments