Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuef committed Jun 4, 2024
1 parent 36b4fd4 commit d58bd0e
Show file tree
Hide file tree
Showing 21 changed files with 100 additions and 100 deletions.
40 changes: 20 additions & 20 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 nat-detection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "nat-detection"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
version = "0.1.0"
version = "0.1.1"

[[bin]]
name = "nat-detection"
Expand All @@ -28,7 +28,7 @@ libp2p = { version = "0.53", features = [
"macros",
"upnp",
] }
sn_networking = { path = "../sn_networking", version = "0.16.3" }
sn_networking = { path = "../sn_networking", version = "0.16.4" }
tokio = { version = "1.32.0", features = ["full"] }
tracing = { version = "~0.1.26" }
tracing-log = "0.2.0"
Expand Down
8 changes: 4 additions & 4 deletions node-launchpad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["MaidSafe Developers <[email protected]>"]
description = "Node Launchpad"
name = "node-launchpad"
version = "0.3.5"
version = "0.3.6"
edition = "2021"
license = "GPL-3.0"
homepage = "https://maidsafe.net"
Expand Down Expand Up @@ -51,10 +51,10 @@ reqwest = { version = "0.12.2", default-features = false, features = [
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
signal-hook = "0.3.17"
sn-node-manager = { version = "0.9.4", path = "../sn_node_manager" }
sn_peers_acquisition = { version = "0.3.3", path = "../sn_peers_acquisition", features = ["network-contacts"]}
sn-node-manager = { version = "0.9.5", path = "../sn_node_manager" }
sn_peers_acquisition = { version = "0.3.4", path = "../sn_peers_acquisition", features = ["network-contacts"]}
sn-releases = "~0.2.6"
sn_service_management = { version = "0.3.3", path = "../sn_service_management" }
sn_service_management = { version = "0.3.4", path = "../sn_service_management" }
strip-ansi-escapes = "0.2.0"
strum = { version = "0.26.1", features = ["derive"] }
sysinfo = "0.30.12"
Expand Down
8 changes: 4 additions & 4 deletions sn_auditor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["MaidSafe Developers <[email protected]>"]
description = "Safe Network Auditor"
name = "sn_auditor"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
homepage = "https://maidsafe.net"
repository = "https://github.com/maidsafe/safe_network"
Expand Down Expand Up @@ -30,9 +30,9 @@ 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.5" }
sn_logging = { path = "../sn_logging", version = "0.2.27" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.3" }
sn_client = { path = "../sn_client", version = "0.107.6" }
sn_logging = { path = "../sn_logging", version = "0.2.28" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.4" }
tiny_http = { version = "0.12", features = ["ssl-rustls"] }
tracing = { version = "~0.1.26" }
tokio = { version = "1.32.0", features = [
Expand Down
2 changes: 1 addition & 1 deletion sn_build_info/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "sn_build_info"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
version = "0.1.7"
version = "0.1.8"

[build-dependencies]
vergen = { version = "8.0.0", features = ["build", "git", "gitcl"] }
Expand Down
14 changes: 7 additions & 7 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.4"
version = "0.93.5"

[[bin]]
path = "src/bin/main.rs"
Expand Down Expand Up @@ -57,11 +57,11 @@ 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.7" }
sn_client = { path = "../sn_client", version = "0.107.5" }
sn_logging = { path = "../sn_logging", version = "0.2.27" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.3" }
sn_protocol = { path = "../sn_protocol", version = "0.17.2" }
sn_build_info = { path = "../sn_build_info", version = "0.1.8" }
sn_client = { path = "../sn_client", version = "0.107.6" }
sn_logging = { path = "../sn_logging", version = "0.2.28" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.4" }
sn_protocol = { path = "../sn_protocol", version = "0.17.3" }
tempfile = "3.6.0"
tiny-keccak = "~2.0.2"
tokio = { version = "1.32.0", features = [
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.5", features = [
sn_client = { path = "../sn_client", version = "0.107.6", features = [
"test-utils",
] }

Expand Down
18 changes: 9 additions & 9 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.5"
version = "0.107.6"

[features]
default = []
Expand Down Expand Up @@ -49,17 +49,17 @@ rayon = "1.8.0"
rmp-serde = "1.1.1"
self_encryption = "~0.29.0"
serde = { version = "1.0.133", features = ["derive", "rc"] }
sn_networking = { path = "../sn_networking", version = "0.16.3" }
sn_protocol = { path = "../sn_protocol", version = "0.17.2" }
sn_networking = { path = "../sn_networking", version = "0.16.4" }
sn_protocol = { path = "../sn_protocol", version = "0.17.3" }
serde_json = "1.0"
sn_registers = { path = "../sn_registers", version = "0.3.13" }
sn_transfers = { path = "../sn_transfers", version = "0.18.4" }
sn_registers = { path = "../sn_registers", version = "0.3.14" }
sn_transfers = { path = "../sn_transfers", version = "0.18.5" }
tempfile = "3.6.0"
thiserror = "1.0.23"
tiny-keccak = "~2.0.2"
tracing = { version = "~0.1.26" }
xor_name = "5.0.0"
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.3", optional = true }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.4", optional = true }
eyre = { version = "0.6.8", optional = true }
lazy_static = { version = "~1.4.0", optional = true }

Expand All @@ -69,8 +69,8 @@ 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_registers = { path = "../sn_registers", version = "0.3.13", features = [
sn_logging = { path = "../sn_logging", version = "0.2.28" }
sn_registers = { path = "../sn_registers", version = "0.3.14", features = [
"test-utils",
] }

Expand All @@ -85,7 +85,7 @@ crate-type = ["cdylib", "rlib"]
getrandom = { version = "0.2.12", features = ["js"] }
wasm-bindgen = "0.2.90"
wasm-bindgen-futures = "0.4.40"
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.3" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.4" }
console_error_panic_hook = "0.1.6"
tracing-wasm = "0.2.1"
wasmtimer = "0.2.0"
Expand Down
16 changes: 8 additions & 8 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.25"
version = "0.4.26"

[features]
default = ["initial-data"]
Expand Down Expand Up @@ -37,13 +37,13 @@ indicatif = { version = "0.17.5", features = ["tokio"] }
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.7" }
sn_cli = { path = "../sn_cli", version = "0.93.4" }
sn_client = { path = "../sn_client", version = "0.107.5" }
sn_logging = { path = "../sn_logging", version = "0.2.27" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.3" }
sn_protocol = { path = "../sn_protocol", version = "0.17.2" }
sn_transfers = { path = "../sn_transfers", version = "0.18.4" }
sn_build_info = { path = "../sn_build_info", version = "0.1.8" }
sn_cli = { path = "../sn_cli", version = "0.93.5" }
sn_client = { path = "../sn_client", version = "0.107.6" }
sn_logging = { path = "../sn_logging", version = "0.2.28" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.4" }
sn_protocol = { path = "../sn_protocol", version = "0.17.3" }
sn_transfers = { path = "../sn_transfers", version = "0.18.5" }
tokio = { version = "1.32.0", features = ["parking_lot", "rt"] }
tracing = { version = "~0.1.26" }
url = "2.5.0"
Expand Down
2 changes: 1 addition & 1 deletion sn_logging/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "sn_logging"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
version = "0.2.27"
version = "0.2.28"

[dependencies]
chrono = "~0.4.19"
Expand Down
2 changes: 1 addition & 1 deletion sn_metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "sn_metrics"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
version = "0.1.8"
version = "0.1.9"

[[bin]]
path = "src/main.rs"
Expand Down
Loading

0 comments on commit d58bd0e

Please sign in to comment.