Skip to content

Commit

Permalink
chore: touch old and unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kbalt committed Jun 24, 2024
1 parent d296fbf commit de616e9
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions crates/internal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,3 @@ repository.workspace = true

[dependencies]
nom = { version = "7", default-features = false, features = ["alloc"] }

anyhow = "1"
1 change: 0 additions & 1 deletion crates/sdp-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ internal = { package = "ezk-internal", path = "../internal", version = "0.2" }
bytesstr = "1"
nom = { version = "7", default-features = false, features = ["alloc"] }
bytes = "1"
anyhow = "1"
thiserror = "1"
2 changes: 1 addition & 1 deletion crates/sip-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ trust-dns-resolver = "0.23"
multimap = "0.10"
nom = "7"

tokio-rustls = { version = "0.24", optional = true }
tokio-rustls = { version = "0.26", optional = true }
tokio-native-tls = { version = "0.3", optional = true }

[features]
Expand Down
1 change: 0 additions & 1 deletion crates/sip-ua/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ rand = "0.8"
tokio = "1"
thiserror = "1"
slotmap = "1"
tokio-stream = "0.1"
bytes = "1"
2 changes: 1 addition & 1 deletion crates/stun-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repository.workspace = true
[dependencies]
byteorder = "1.4"
rand = "0.8"
bitfield = "0.14"
bitfield = "0.15"
bytes = "1"
hmac = "0.12"
sha-1 = "0.10"
Expand Down

0 comments on commit de616e9

Please sign in to comment.