Update dependencies (#337)

* update tracking-subscriber to 0.3

Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>

* update lasso to 0.6

Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>

* update env_logger to 0.9

Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
This commit is contained in:
Marc-Antoine Perennou 2021-10-25 13:56:57 +02:00 committed by GitHub
parent beff46a61b
commit 01eeb5861a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -62,4 +62,4 @@ tokio = {version = "1.1", features = ["rt", "rt-multi-thread", "macros"] }
tokio-test = "0.4.0"
proptest = "^1.0"
futures = "0.3.5"
tracing-subscriber = "0.2.11"
tracing-subscriber = "0.3"

View File

@ -72,12 +72,12 @@ uuid = { version = "0.8", features = ["v4"] }
artillery-core = { version = "0.1.2-alpha.3", optional = true }
# Log crates
tracing-subscriber = "0.2.6"
tracing-subscriber = "0.3"
tracing = "0.1.15"
anyhow = "1.0"
crossbeam-queue = "0.3.0"
log = "0.4.14"
lasso = {version = "0.5", features = ["multi-threaded"] }
lasso = {version = "0.6", features = ["multi-threaded"] }
once_cell = "1.7.2"
thiserror = "1.0.24"
@ -85,7 +85,7 @@ thiserror = "1.0.24"
nuclei = "0.1"
[dev-dependencies]
env_logger = "0.8"
env_logger = "0.9"
proptest = "1.0"
snap = "1.0"
# prime_numbers example