Skip to content

Commit 8836e9c

Browse files
committed
chore(mmserver): bump ring
Fixes an advisory, and also simplifies the license check.
1 parent a7505ae commit 8836e9c

File tree

3 files changed

+5
-145
lines changed

3 files changed

+5
-145
lines changed

mm-server/Cargo.lock

Lines changed: 4 additions & 135 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mm-server/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,12 @@ opus = "0.3"
5656
paste = "1"
5757
parking_lot = "0.12"
5858
pathsearch = "0.2"
59-
protobuf = "3.2"
6059
quiche = { version = "0.23", features = ["boringssl-boring-crate"] }
6160
rand = "0.8"
6261
raptorq = "2.0"
6362
rcgen = "0.12"
6463
regex = "1"
65-
ring = "0.16"
64+
ring = "0.17"
6665
scopeguard = "1.2"
6766
serde = "1"
6867
serde_json = "1"

mm-server/deny.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,8 @@ allow = [
1010
"MPL-2.0",
1111
"Unicode-3.0",
1212
"Unicode-DFS-2016",
13-
"LicenseRef-ring"
1413
]
1514
confidence-threshold = 0.8
1615

1716
[licenses.private]
1817
ignore = true
19-
20-
[[licenses.clarify]]
21-
name = "ring"
22-
expression = "LicenseRef-ring"
23-
license-files = [
24-
{ path = "LICENSE", hash = 0xbd0eed23 },
25-
]

0 commit comments

Comments
 (0)