Skip to content

Commit

Permalink
chore(deps): update service manager to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandSherwin authored and jacderida committed Feb 20, 2024
1 parent 515d885 commit 8721209
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sn_node_manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ libp2p-identity = { version="0.2.7", features = ["rand"] }
semver = "1.0.20"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
service-manager = {git = "https://github.com/RolandSherwin/service-manager-rs", branch = "derive_traits"}
service-manager = "0.6.0"
sn_node_rpc_client = { path = "../sn_node_rpc_client", version = "0.4.63" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.6" }
sn_protocol = { path = "../sn_protocol", version = "0.14.5", features = ["rpc"]}
Expand Down

0 comments on commit 8721209

Please sign in to comment.