Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6d03bab

Browse filesBrowse files
committed
Lock idna_adapter to version 1.2.0 to fix errors in reindeer buckify
Signed-off-by: jl.jiang <jiangjl9807@gmail.com>
1 parent a17f47b commit 6d03bab
Copy full SHA for 6d03bab

File tree

Expand file treeCollapse file tree

2 files changed

+7
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+7
-0
lines changed

‎third-party/BUCK

Copy file name to clipboardExpand all lines: third-party/BUCK
+6Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5337,6 +5337,12 @@ cargo.rust_library(
53375337
],
53385338
)
53395339

5340+
alias(
5341+
name = "idna_adapter",
5342+
actual = ":idna_adapter-1.2.0",
5343+
visibility = ["PUBLIC"],
5344+
)
5345+
53405346
cargo.rust_library(
53415347
name = "idna_adapter-1.2.0",
53425348
srcs = ["vendor/idna_adapter-1.2.0/src/lib.rs"],

‎third-party/Cargo.toml

Copy file name to clipboardExpand all lines: third-party/Cargo.toml
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ futures-util = "0.3.31"
4040
hex = "0.4.3"
4141
http-body = "0.4.5"
4242
hyper = "0.14.27"
43+
idna_adapter = "=1.2.0"
4344
ipnetwork = "0.17.0"
4445
libbpf-sys = { version = "1.5.0", optional = true }
4546
libc = "0.2.171"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.