Commit 8e455b85 authored by gabi-250's avatar gabi-250 🕸️
Browse files

arti-rpcserver: Use a non-wildcard version requirement for slotmap-careful.

parent dfe02110
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -41,7 +41,7 @@ pin-project = "1"
rand = "0.8"
rand = "0.8"
serde = { version = "1.0.103", features = ["derive"] }
serde = { version = "1.0.103", features = ["derive"] }
serde_json = "1.0.50"
serde_json = "1.0.50"
slotmap-careful = { path = "../slotmap-careful", version = "*" }
slotmap-careful = { path = "../slotmap-careful", version = "0.1.0" }
thiserror = "1"
thiserror = "1"
tiny-keccak = { version = "2", features = ["kmac"] }
tiny-keccak = { version = "2", features = ["kmac"] }
tor-async-utils = { path = "../tor-async-utils", version = "0.21.0" }
tor-async-utils = { path = "../tor-async-utils", version = "0.21.0" }