Skip to content

Commit

Permalink
Remove log dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rubdos committed Jan 6, 2024
1 parent c58663c commit fc1c695
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion libsignal-service-actix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ rustls = "0.21"
rustls-pemfile = "0.3"
url = "2.1"
serde = "1.0"
log = "0.4"
rand = "0.8"

thiserror = "1.0"
Expand Down
1 change: 0 additions & 1 deletion libsignal-service-hyper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ async-trait = "0.1"
bytes = "1.0"
futures = "0.3"
tracing = "0.1"
log = "0.4"
mpart-async = "0.6"
serde = "1.0"
serde_json = "1.0"
Expand Down
1 change: 0 additions & 1 deletion libsignal-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ futures = "0.3"
hex = "0.4"
hkdf = "0.12"
hmac = "0.12"
log = "0.4"
phonenumber = "0.3"
prost = "0.10"
rand = "0.8"
Expand Down

0 comments on commit fc1c695

Please sign in to comment.