Skip to content

Commit

Permalink
chore(release): sn_auditor-v0.1.26/sn_client-v0.107.9/sn_cli-v0.93.8/…
Browse files Browse the repository at this point in the history
…sn_faucet-v0.4.29/sn_node-v0.108.4/sn_service_management-v0.3.7/node-launchpad-v0.3.9/sn-node-manager-v0.9.8
  • Loading branch information
joshuef committed Jun 13, 2024
1 parent 0a80dff commit 98f4a6c
Show file tree
Hide file tree
Showing 11 changed files with 1,730 additions and 1,389 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions node-launchpad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["MaidSafe Developers <dev@maidsafe.net>"]
description = "Node Launchpad"
name = "node-launchpad"
version = "0.3.8"
version = "0.3.9"
edition = "2021"
license = "GPL-3.0"
homepage = "https://maidsafe.net"
Expand Down Expand Up @@ -53,7 +53,7 @@ signal-hook = "0.3.17"
sn-node-manager = { version = "0.9.7", path = "../sn_node_manager" }
sn_peers_acquisition = { version = "0.3.5", path = "../sn_peers_acquisition", features = ["network-contacts"]}
sn-releases = "~0.2.6"
sn_service_management = { version = "0.3.6", path = "../sn_service_management" }
sn_service_management = { version = "0.3.7", path = "../sn_service_management" }
strip-ansi-escapes = "0.2.0"
strum = { version = "0.26.1", features = ["derive"] }
sysinfo = "0.30.12"
Expand Down
4 changes: 2 additions & 2 deletions sn_auditor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["MaidSafe Developers <dev@maidsafe.net>"]
description = "Safe Network Auditor"
name = "sn_auditor"
version = "0.1.25"
version = "0.1.26"
edition = "2021"
homepage = "https://maidsafe.net"
repository = "https://github.com/maidsafe/safe_network"
Expand Down Expand Up @@ -31,7 +31,7 @@ graphviz-rust = { version = "0.9.0", optional = true }
lazy_static = "1.4.0"
serde = { version = "1.0.133", features = ["derive", "rc"] }
serde_json = "1.0.108"
sn_client = { path = "../sn_client", version = "0.107.8" }
sn_client = { path = "../sn_client", version = "0.107.9" }
sn_logging = { path = "../sn_logging", version = "0.2.29" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.5" }
tiny_http = { version = "0.12", features = ["ssl-rustls"] }
Expand Down
6 changes: 3 additions & 3 deletions sn_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "sn_cli"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
version = "0.93.7"
version = "0.93.8"

[[bin]]
path = "src/bin/main.rs"
Expand Down Expand Up @@ -58,7 +58,7 @@ reqwest = { version = "0.12.2", default-features = false, features = [
rmp-serde = "1.1.1"
serde = { version = "1.0.133", features = ["derive"] }
sn_build_info = { path = "../sn_build_info", version = "0.1.8" }
sn_client = { path = "../sn_client", version = "0.107.8" }
sn_client = { path = "../sn_client", version = "0.107.9" }
sn_logging = { path = "../sn_logging", version = "0.2.29" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.5" }
sn_protocol = { path = "../sn_protocol", version = "0.17.4" }
Expand All @@ -83,7 +83,7 @@ eyre = "0.6.8"
criterion = "0.5.1"
tempfile = "3.6.0"
rand = { version = "~0.8.5", features = ["small_rng"] }
sn_client = { path = "../sn_client", version = "0.107.8", features = [
sn_client = { path = "../sn_client", version = "0.107.9", features = [
"test-utils",
] }

Expand Down
4 changes: 2 additions & 2 deletions sn_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "sn_client"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
version = "0.107.8"
version = "0.107.9"

[features]
default = []
Expand Down Expand Up @@ -69,7 +69,7 @@ dirs-next = "~2.0.0"
# add rand to libp2p
libp2p-identity = { version = "0.2.7", features = ["rand"] }
sn_client = { path = "../sn_client", features = ["test-utils"] }
sn_logging = { path = "../sn_logging", version = "0.2.27" }
sn_logging = { path = "../sn_logging", version = "0.2.29" }
sn_registers = { path = "../sn_registers", version = "0.3.13", features = [
"test-utils",
] }
Expand Down
6 changes: 3 additions & 3 deletions sn_faucet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "sn_faucet"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
version = "0.4.28"
version = "0.4.29"

[features]
default = ["initial-data"]
Expand Down Expand Up @@ -38,8 +38,8 @@ minreq = { version = "2.11.0", features = ["https-rustls"], optional = true }
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
sn_build_info = { path = "../sn_build_info", version = "0.1.8" }
sn_cli = { path = "../sn_cli", version = "0.93.7" }
sn_client = { path = "../sn_client", version = "0.107.8" }
sn_cli = { path = "../sn_cli", version = "0.93.8" }
sn_client = { path = "../sn_client", version = "0.107.9" }
sn_logging = { path = "../sn_logging", version = "0.2.29" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.5" }
sn_protocol = { path = "../sn_protocol", version = "0.17.4" }
Expand Down
Loading

0 comments on commit 98f4a6c

Please sign in to comment.