Skip to content

Commit c3b59ba

Browse files
authored
Remove range requirement, patch in shell script (#2095)
1 parent 089d9fb commit c3b59ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ temp-env = "0.3.6"
4242
thiserror = { version = "1", default-features = false }
4343
tonic = { version = "0.12", default-features = false }
4444
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 }
4646
tokio-stream = "0.1.1"
4747
tracing = { version = "0.1", default-features = false }
4848
tracing-core = { version = "0.1", default-features = false }

scripts/patch_dependencies.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ patch_version url 2.5.0
1111
patch_version hyper-rustls 0.27.2 # 0.27.3 needs rustc v1.70.0
1212
patch_version tokio-util 0.7.11 # 0.7.12 needs rustc v1.70.0
1313
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

0 commit comments

Comments
 (0)