Skip to content

Commit

Permalink
chore: avoid using * version (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
giangndm authored Nov 17, 2023
1 parent 8bf87bf commit e9448cc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ log = "0.4"
rand = "0.8"
parking_lot = "0.12"
env_logger = "0.10"
allocation-counter = { version = "*" }
allocation-counter = { version = "0.8.1" }
clap = { version = "4.4.8", features = ["derive", "env"] }
mockall = "0.11.4"
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ parking_lot = { workspace = true }
serde = { workspace = true }
clap = { workspace = true }
rand = { workspace = true }
bytes = "*"
bytes = "1.5.0"
6 changes: 3 additions & 3 deletions packages/integration_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ publish = false
[dev-dependencies]
atm0s-sdn = { workspace = true, features = ["all"] }
atm0s-sdn-transport-vnet = { workspace = true }
bytes = "*"
log = "*"
env_logger = "*"
bytes = "1.5.0"
log = "0.4.20"
env_logger = "0.10.1"
allocation-counter = { workspace = true }
async-std = { workspace = true }
2 changes: 1 addition & 1 deletion packages/services/pub_sub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ atm0s-sdn-network = { workspace = true }
async-std = { workspace = true }
serde = { workspace = true }
parking_lot = { workspace = true }
bytes = "*"
bytes = "1.5.0"

0 comments on commit e9448cc

Please sign in to comment.