File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ temp-env = "0.3.6"
42
42
thiserror = { version = " 1" , default-features = false }
43
43
tonic = { version = " 0.12" , default-features = false }
44
44
tonic-build = " 0.12"
45
- tokio = { version = " ~1.38.0 " , default-features = false } # 1.39 needs msrv bump to rustc 1.70
45
+ tokio = { version = " 1 " , default-features = false }
46
46
tokio-stream = " 0.1.1"
47
47
tracing = { version = " 0.1" , default-features = false }
48
48
tracing-core = { version = " 0.1" , default-features = false }
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ patch_version url 2.5.0
11
11
patch_version hyper-rustls 0.27.2 # 0.27.3 needs rustc v1.70.0
12
12
patch_version tokio-util 0.7.11 # 0.7.12 needs rustc v1.70.0
13
13
patch_version tokio-stream 0.1.15 # 0.1.16 needs rustc v1.70.0
14
-
14
+ patch_version tokio 1.38.0 # 1.39 needs msrv bump to rustc 1.70
You can’t perform that action at this time.
0 commit comments