mirror of
https://github.com/matter-labs/teepot.git
synced 2026-04-10 20:34:48 +02:00
chore: remove unused rand dependency and update crates
- Removed `rand` dependency from multiple `.toml` files and updated relevant imports to use `rand_core::OsRng`. - Updated OpenTelemetry dependencies to latest versions and refactored SDK initialization to use `SdkLoggerProvider`. - Bumped versions of several dependencies including `clap`, `awc`, `ring`, and `smallvec` for compatibility and features. Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
a430e2f93b
commit
f822c70721
7 changed files with 140 additions and 120 deletions
|
|
@ -36,7 +36,6 @@ opentelemetry_sdk.workspace = true
|
|||
p256.workspace = true
|
||||
pgp.workspace = true
|
||||
pkcs8.workspace = true
|
||||
rand.workspace = true
|
||||
reqwest.workspace = true
|
||||
rsa.workspace = true
|
||||
rustls.workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue