Skip to content

Commit

Permalink
chore(connlib): remove unused parking_lot (#4886)
Browse files Browse the repository at this point in the history
Supersedes #4812
  • Loading branch information
conectado committed May 3, 2024
1 parent c0e65e4 commit b45a302
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion rust/Cargo.lock

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

1 change: 0 additions & 1 deletion rust/connlib/clients/shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ backoff = { workspace = true }
url = { version = "2.4.1", features = ["serde"] }
time = { version = "0.3.36", features = ["formatting"] }
tokio-tungstenite = { version = "0.21", default-features = false, features = ["connect", "handshake", "rustls-tls-webpki-roots"] }
parking_lot = "0.12"
bimap = "0.6"
ip_network = { version = "0.4", default-features = false }
phoenix-channel = { workspace = true }
Expand Down

0 comments on commit b45a302

Please sign in to comment.