Skip to content

Commit

Permalink
loosen uuid dep
Browse files Browse the repository at this point in the history
  • Loading branch information
stringhandler committed May 5, 2023
1 parent 7f4fe5d commit 90120ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base_layer/contacts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ rand = "0.7.3"
thiserror = "1.0.26"
tokio = { version = "1.23", features = ["sync", "macros"] }
tower = "0.4"
uuid = { version = "1.3.1", features = ["v4"] }
uuid = { version = "1.3", features = ["v4"] }

[dev-dependencies]
tari_comms_dht = { path = "../../comms/dht", features = ["test-mocks"] }
Expand Down

0 comments on commit 90120ea

Please sign in to comment.