Skip to content

Commit

Permalink
fix: 🐛 remove ring
Browse files Browse the repository at this point in the history
  • Loading branch information
Eason0729 committed Dec 11, 2023
1 parent b9f7306 commit aea9ec9
Show file tree
Hide file tree
Showing 7 changed files with 216 additions and 110 deletions.
146 changes: 139 additions & 7 deletions backend/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ prost-types = "0.12.3"
entity = { path = "./entity" }
chrono = "0.4.26"
thiserror = "1.0.44"
ring = "^0.17"
derive_builder = "0.12.0"
futures = "0.3.29"
bincode = "1.3.3"
Expand All @@ -30,6 +29,10 @@ hickory-resolver = "0.24.0"
crossbeam-queue = "0.3.8"
dashmap = "5.5.3"
tracing-opentelemetry = "0.22.0"
rand = "0.8.5"
rand_hc = "0.3.2"
blake2 = "0.10.6"
k256 = "0.13.2"
# a lot of opentelemetry dependencies
opentelemetry = {version="0.21.0", features = ["metrics"]}
opentelemetry_sdk = { version = "0.21.1", features = ["rt-tokio","metrics"] }
Expand Down
Loading

0 comments on commit aea9ec9

Please sign in to comment.