File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -1784,9 +1784,9 @@ checksum = "9cbca9424c482ee628fa549d9c812e2cd22f1180b9222c9200fdfa6eb31aecb2"
17841784
17851785[[package ]]
17861786name = " once_cell"
1787- version = " 1.4.0 "
1787+ version = " 1.5.2 "
17881788source = " registry+https://github.com/rust-lang/crates.io-index"
1789- checksum = " 0b631f7e854af39a1739f401cf34a8a013dfe09eac4fa4dba91e9768bd28168d "
1789+ checksum = " 13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0 "
17901790
17911791[[package ]]
17921792name = " opencensus-proto"
@@ -2229,9 +2229,9 @@ dependencies = [
22292229
22302230[[package ]]
22312231name = " ring"
2232- version = " 0.16.15 "
2232+ version = " 0.16.19 "
22332233source = " registry+https://github.com/rust-lang/crates.io-index"
2234- checksum = " 952cd6b98c85bbc30efa1ba5783b8abf12fec8b3287ffa52605b9432313e34e4 "
2234+ checksum = " 024a1e66fea74c66c66624ee5622a7ff0e4b73a13b4f5c326ddb50c708944226 "
22352235dependencies = [
22362236 " cc" ,
22372237 " libc" ,
@@ -2995,8 +2995,8 @@ dependencies = [
29952995
29962996[[package ]]
29972997name = " webpki"
2998- version = " 0.21.2 "
2999- source = " git+https://github.com/linkerd/webpki?branch=cert-dns-names-0.21#bb241f5bf80a894d0899ad6719bab3d9d0660b61 "
2998+ version = " 0.21.3 "
2999+ source = " git+https://github.com/linkerd/webpki?branch=cert-dns-names-0.21#b2c3bb3633f97280ae0503a79b501d51137dcb10 "
30003000dependencies = [
30013001 " ring" ,
30023002 " untrusted" ,
Original file line number Diff line number Diff line change @@ -61,5 +61,5 @@ debug = false
6161debug = false
6262
6363[patch .crates-io ]
64- webpki = { git = " https://github.com/linkerd/webpki" , branch = " cert-dns-names-0.21" }
64+ webpki = { git = " https://github.com/linkerd/webpki" , branch = " cert-dns-names-0.21" , rev = " b2c3bb3 " }
6565tower = { version = " 0.3" , git = " https://github.com/tower-rs/tower" , rev = " ad348d8" }
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ tower = { version = "0.3", default-features = false}
3838tonic = { version = " 0.3" , default-features = false }
3939tracing = " 0.1.19"
4040tracing-futures = { version = " 0.2" , features = [" std-future" ] }
41- webpki = " 0.21.0 "
41+ webpki = " 0.21"
4242
4343[dependencies .tracing-subscriber ]
4444version = " 0.2.14"
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ test-util = []
1010
1111[dependencies ]
1212linkerd2-dns-name = { path = " ../dns/name" }
13- ring = " 0.16"
13+ ring = " 0.16.19 "
1414rustls = " 0.18"
1515tracing = " 0.1.2"
1616untrusted = " 0.7"
17- webpki = " 0.21"
17+ webpki = " = 0.21.3 "
1818
You can’t perform that action at this time.
0 commit comments