Skip to content

Commit 9987033

Browse files
committed
chore: release v0.8.1
1 parent b518621 commit 9987033

File tree

2 files changed

+64
-123
lines changed

2 files changed

+64
-123
lines changed

Cargo.lock

+60-119
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
[package]
22
name = "netservices"
33
description = "Library for building scalable privacy-preserving microservices P2P nodes"
4+
version = "0.8.1"
45
authors = ["Dr. Maxim Orlovsky <[email protected]>"]
56
keywords = ["privacy", "cypherpunk", "tor", "microservices", "reactor"]
67
categories = ["network-programming", "cryptography", "concurrency"]
78
homepage = "https://cyphernet.org"
89
repository = "https://github.com/Cyphernet-DAO/rust-netservices"
9-
version = "0.8.0"
1010
rust-version = "1.69"
1111
edition = "2021"
1212
license = "Apache-2.0"
1313
readme = "README.md"
1414

1515
[dependencies]
1616
amplify = "4.6.0"
17-
io-reactor = { version = "0.5.1", optional = true }
17+
io-reactor = { version = "0.5.2", optional = true }
1818
cyphernet = { version = "0.5.2", features = ["ed25519", "pem", "multibase", "noise_sha2", "noise_x25519", "noise-framework", "mixnets", "dns"] }
19-
mio = { version = "0.8.11", optional = true }
19+
mio = { version = "1.0.0", optional = true }
2020
socket2 = { version = "0.5.7", optional = true, features = ["all"] }
2121
libc = "0.2.154"
2222
log_crate = { package = "log", version = "0.4.17", optional = true }
2323
rand = "0.8.5" # Used in SplitIo shared secret
2424

2525
[dev-dependencies]
26-
cyphernet = { version = "0.5.1", features = ["ed25519"] }
26+
cyphernet = { version = "0.5.2", features = ["ed25519"] }
2727
bitcoin_hashes = "0.14.0"
2828
log_crate = { package = "log", version = "0.4.17" }
2929

0 commit comments

Comments
 (0)