Skip to content

Commit c44027a

Browse files
authored
Update *ring* to 0.6.19 (#758)
Includes latest BoringSSL changes.
1 parent d7faa87 commit c44027a

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1784,9 +1784,9 @@ checksum = "9cbca9424c482ee628fa549d9c812e2cd22f1180b9222c9200fdfa6eb31aecb2"
17841784

17851785
[[package]]
17861786
name = "once_cell"
1787-
version = "1.4.0"
1787+
version = "1.5.2"
17881788
source = "registry+https://github.com/rust-lang/crates.io-index"
1789-
checksum = "0b631f7e854af39a1739f401cf34a8a013dfe09eac4fa4dba91e9768bd28168d"
1789+
checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0"
17901790

17911791
[[package]]
17921792
name = "opencensus-proto"
@@ -2229,9 +2229,9 @@ dependencies = [
22292229

22302230
[[package]]
22312231
name = "ring"
2232-
version = "0.16.15"
2232+
version = "0.16.19"
22332233
source = "registry+https://github.com/rust-lang/crates.io-index"
2234-
checksum = "952cd6b98c85bbc30efa1ba5783b8abf12fec8b3287ffa52605b9432313e34e4"
2234+
checksum = "024a1e66fea74c66c66624ee5622a7ff0e4b73a13b4f5c326ddb50c708944226"
22352235
dependencies = [
22362236
"cc",
22372237
"libc",
@@ -2995,8 +2995,8 @@ dependencies = [
29952995

29962996
[[package]]
29972997
name = "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"
30003000
dependencies = [
30013001
"ring",
30023002
"untrusted",

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ debug = false
6161
debug = 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" }
6565
tower = { version = "0.3", git = "https://github.com/tower-rs/tower", rev = "ad348d8" }

linkerd/app/integration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ tower = { version = "0.3", default-features = false}
3838
tonic = { version = "0.3", default-features = false }
3939
tracing = "0.1.19"
4040
tracing-futures = { version = "0.2", features = ["std-future"] }
41-
webpki = "0.21.0"
41+
webpki = "0.21"
4242

4343
[dependencies.tracing-subscriber]
4444
version = "0.2.14"

linkerd/identity/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ test-util = []
1010

1111
[dependencies]
1212
linkerd2-dns-name = { path = "../dns/name" }
13-
ring = "0.16"
13+
ring = "0.16.19"
1414
rustls = "0.18"
1515
tracing = "0.1.2"
1616
untrusted = "0.7"
17-
webpki = "0.21"
17+
webpki = "=0.21.3"
1818

0 commit comments

Comments
 (0)