From c44809d612725c5f782ea36e848f5ef3e960accb Mon Sep 17 00:00:00 2001 From: Lalit Kumar Bhasin Date: Wed, 19 Feb 2025 13:17:05 -0800 Subject: [PATCH 1/2] fix dependency --- scripts/patch_dependencies.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/patch_dependencies.sh b/scripts/patch_dependencies.sh index 1bd1f05ceb..58dbc2809e 100755 --- a/scripts/patch_dependencies.sh +++ b/scripts/patch_dependencies.sh @@ -7,3 +7,4 @@ function patch_version() { } patch_version url 2.5.2 #https://github.com/servo/rust-url/issues/992 +patch_version native-tls 0.2.13 # 0.2.14 needs rustc v1.80 \ No newline at end of file From 865f3e26d38fe4a463fd96c4e4260dccc267f04b Mon Sep 17 00:00:00 2001 From: Lalit Kumar Bhasin Date: Wed, 19 Feb 2025 13:18:16 -0800 Subject: [PATCH 2/2] fix dependency --- scripts/patch_dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/patch_dependencies.sh b/scripts/patch_dependencies.sh index 58dbc2809e..6a1e7de61b 100755 --- a/scripts/patch_dependencies.sh +++ b/scripts/patch_dependencies.sh @@ -7,4 +7,4 @@ function patch_version() { } patch_version url 2.5.2 #https://github.com/servo/rust-url/issues/992 -patch_version native-tls 0.2.13 # 0.2.14 needs rustc v1.80 \ No newline at end of file +patch_version native-tls 0.2.13 # 0.2.14 needs rustc v1.80