File tree Expand file tree Collapse file tree 2 files changed +6
-19
lines changed Expand file tree Collapse file tree 2 files changed +6
-19
lines changed Original file line number Diff line number Diff line change @@ -114,17 +114,6 @@ dependencies = [
114
114
" syn" ,
115
115
]
116
116
117
- [[package ]]
118
- name = " async-recursion"
119
- version = " 1.1.1"
120
- source = " registry+https://github.com/rust-lang/crates.io-index"
121
- checksum = " 3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
122
- dependencies = [
123
- " proc-macro2" ,
124
- " quote" ,
125
- " syn" ,
126
- ]
127
-
128
117
[[package ]]
129
118
name = " async-stream"
130
119
version = " 0.3.6"
@@ -993,14 +982,12 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
993
982
994
983
[[package ]]
995
984
name = " hickory-proto"
996
- version = " 0.25.1 "
985
+ version = " 0.25.2 "
997
986
source = " registry+https://github.com/rust-lang/crates.io-index"
998
- checksum = " 6d844af74f7b799e41c78221be863bade11c430d46042c3b49ca8ae0c6d27287 "
987
+ checksum = " f8a6fe56c0038198998a6f217ca4e7ef3a5e51f46163bd6dd60b5c71ca6c6502 "
999
988
dependencies = [
1000
- " async-recursion" ,
1001
989
" async-trait" ,
1002
990
" cfg-if" ,
1003
- " critical-section" ,
1004
991
" data-encoding" ,
1005
992
" enum-as-inner" ,
1006
993
" futures-channel" ,
@@ -1020,9 +1007,9 @@ dependencies = [
1020
1007
1021
1008
[[package ]]
1022
1009
name = " hickory-resolver"
1023
- version = " 0.25.1 "
1010
+ version = " 0.25.2 "
1024
1011
source = " registry+https://github.com/rust-lang/crates.io-index"
1025
- checksum = " a128410b38d6f931fcc6ca5c107a3b02cabd6c05967841269a4ad65d23c44331 "
1012
+ checksum = " dc62a9a99b0bfb44d2ab95a7208ac952d31060efc16241c87eaf36406fecf87a "
1026
1013
dependencies = [
1027
1014
" cfg-if" ,
1028
1015
" futures-util" ,
@@ -1493,7 +1480,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1493
1480
checksum = " fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
1494
1481
dependencies = [
1495
1482
" cfg-if" ,
1496
- " windows-targets 0.52.6 " ,
1483
+ " windows-targets 0.48.5 " ,
1497
1484
]
1498
1485
1499
1486
[[package ]]
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ publish = { workspace = true }
8
8
9
9
[dependencies ]
10
10
futures = { version = " 0.3" , default-features = false }
11
- hickory-resolver = " 0.25.1 "
11
+ hickory-resolver = " 0.25.2 "
12
12
linkerd-dns-name = { path = " ./name" }
13
13
linkerd-error = { path = " ../error" }
14
14
prometheus-client = { workspace = true }
You can’t perform that action at this time.
0 commit comments