Skip to content

Commit

Permalink
Merge pull request #43 from wenig/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
wenig authored Oct 2, 2021
2 parents 7836d77 + 84c2e10 commit d119146
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,23 +30,23 @@ port_scanner = "0.1.5"
rayon = "1.5.0"

[dependencies]
actix_telepathy_derive = { version = "0.1.1", optional = true }
actix_telepathy_derive = { version = "0.2.0", optional = true }

log = "0.4"
env_logger = "0.8.2"
net2 = "0.2"
byteorder = "1.3"
bytes = "1"
actix = "=0.11.0"
actix-broker = "=0.4.0"
actix = "=0.12.0"
actix-broker = "=0.4.1"
tokio = { version = "1", features = ["io-util", "sync"] }
tokio-util = { version = "0.6", features = ["codec"] }
tokio-stream = { version = "0.1.7", features = ["net"]}
futures = "0.3"
rand = "0.7"
uuid = { version = "0.8", features = ["v4", "serde"] }
once_cell = "1.5.2"
parking_lot = "0.11.1"
parking_lot = "0.11"

serde = { version = "1.0", features = ["derive"] }
serde_derive = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion actix-telepathy-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "actix_telepathy_derive"
version = "0.1.1"
version = "0.2.0"
authors = ["wenig <info@pwenig.de>"]
edition = "2018"
license = "Apache-2.0"
Expand Down

0 comments on commit d119146

Please sign in to comment.