Skip to content

Commit a3d247d

Browse files
authored
Fix rust security alert. (#848)
1 parent 4486000 commit a3d247d

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

examples/crankshaft/tes_example/Cargo.lock

+8-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/crankshaft/tes_example/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,7 @@ tokio = { version = "1.40.0", features = ["full", "time"] }
1616
tracing = "0.1"
1717
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
1818
base64 = "0.21"
19+
openssl = "0.10.71"
20+
ring = "0.17.13"
1921
tes = { version = "0.3.0", features = ["client", "serde"] }
2022

0 commit comments

Comments
 (0)