Skip to content

Commit

Permalink
update rest of libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyandrews committed Dec 8, 2022
1 parent 7d35e12 commit 16ffcac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## 0.17.0
- [#529](https://github.com/tag1consulting/goose/pull/529) **API change** temporaryily removed Gaggle support `gaggle` feature) to allow upgrading Tokio and other dependencies.
- if you require Gaggle support, use Goose 0.16.4 with Tokio 0.15 for now; Gaggle support is being added back in https://github.com/tag1consulting/goose/pull/509
- updated Tokio to 1.23, updated tungestenite and tokio-tungstenite to 0.18
- updated Tokio to 1.23, updated tungestenite and tokio-tungstenite to 0.18; updated ctrlc to 3.2; updated num_cpus to 1.14, updated simplelog to 0.12, updated nix to 0.26, updated rustls to 0.20, updates serial_test to 0.9
- removed `nng` dependency and `gaggle` feature
- removed `--manager`, `--expect-workers`, `--no-hash-check`, `--manager-bind-host`, `--manager-bind-port`, `--worker`, `--manager-host`, `--manager-port` and related configuration defaults
- removed `AttackMode::Manager` and `AttackMode::Worker`
Expand Down
17 changes: 7 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ license = "Apache-2.0"
[dependencies]
async-trait = "0.1"
chrono = "0.4"
ctrlc = "3.1"
downcast-rs = "1.2.0"
ctrlc = "3.2"
downcast-rs = "1.2"
flume = "0.10"
futures = "0.3"
gumdrop = "0.8"
http = "0.2"
itertools = "0.10"
lazy_static = "1.4"
log = "0.4"
num_cpus = "1.0"
num_cpus = "1.14"
num-format = "0.4"
rand = "0.8"
regex = "1"
Expand All @@ -37,7 +37,7 @@ serde = { version = "1.0", features = [
] }
serde_cbor = "0.11"
serde_json = "1.0"
simplelog = "0.10"
simplelog = "0.12"
strum = "0.24"
strum_macros = "0.24"
tokio = { version = "1.23", features = [
Expand All @@ -57,12 +57,9 @@ url = "2"
default = ["reqwest/default-tls"]
rustls-tls = ["reqwest/rustls-tls", "tokio-tungstenite/rustls"]

[build-dependencies]
rustc_version = "0.4"

[dev-dependencies]
httpmock = "0.6"
native-tls = "0.2"
nix = "0.24"
rustls = "0.19"
serial_test = "0.5"
nix = "0.26"
rustls = "0.20"
serial_test = "0.9"

0 comments on commit 16ffcac

Please sign in to comment.