Skip to content

Commit

Permalink
Bump dependencies and stop pinning minor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbornholt committed Mar 14, 2022
1 parent 7298438 commit d983ac0
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,26 @@ keywords = ["concurrency", "lock", "thread", "async"]
categories = ["asynchronous", "concurrency", "development-tools::testing"]

[dependencies]
ansi_term = "~0.12.1"
bitvec = "~0.21.0"
generator = "~0.7.0"
hex = "~0.4.2"
rand_core = "~0.5.1"
rand = "~0.7.3"
rand_pcg = "~0.2.1"
scoped-tls = "~1.0.0"
smallvec = "~1.6.1"
tracing = { version = "~0.1.21", default-features = false, features = ["std"] }
varmint = "~0.1.3"
ansi_term = "0.12.1"
bitvec = "0.21.0"
generator = "0.7.0"
hex = "0.4.2"
rand_core = "0.5.1"
rand = "0.7.3"
rand_pcg = "0.2.1"
scoped-tls = "1.0.0"
smallvec = "1.6.1"
tracing = { version = "0.1.21", default-features = false, features = ["std"] }
varmint = "0.1.3"

[dev-dependencies]
criterion = { version = "~0.3.4", features = ["html_reports"] }
futures = "~0.3.5"
proptest = "~0.10.1"
regex = "~1.3.9"
tempfile = "~3.2.0"
test-log = { version = "~0.2.8", default-features = false, features = ["trace"] }
tracing-subscriber = { version = "~0.3.1", features = ["env-filter"] }
criterion = { version = "0.3.4", features = ["html_reports"] }
futures = "0.3.5"
proptest = "0.10.1"
regex = "1.5.5"
tempfile = "3.2.0"
test-log = { version = "0.2.8", default-features = false, features = ["trace"] }
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }

[lib]
bench = false
Expand Down

0 comments on commit d983ac0

Please sign in to comment.