Skip to content

Commit c7f0cd7

Browse files
authored
Remove deprecated & unused async-mutex (#11)
1 parent 655e70c commit c7f0cd7

File tree

4 files changed

+0
-14
lines changed

4 files changed

+0
-14
lines changed

Cargo.lock

-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ rust-version = "1.76.0"
2929
version = "0.1.1"
3030

3131
[workspace.dependencies]
32-
async-mutex = { version = "1.4" }
3332
async-trait = { version = "0.1" }
3433
env_logger = { version = "0.11" }
3534
futures = { version = "0.3" }

up-subscription-cli/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ socket = ["dep:up-transport-socket-rust"]
3333
zenoh = ["dep:up-transport-zenoh"]
3434

3535
[dependencies]
36-
async-mutex = { workspace = true }
3736
async-trait = { workspace = true }
3837
clap = { version = "4.5", features = ["derive", "env"] }
3938
clap-num = { version = "1.1" }

up-subscription/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ repository.workspace = true
2222
version.workspace = true
2323

2424
[dependencies]
25-
async-mutex = { workspace = true }
2625
async-trait = { workspace = true }
2726
env_logger = { workspace = true }
2827
futures = { workspace = true }

0 commit comments

Comments
 (0)