Skip to content

Commit

Permalink
chore(versions): Update dependency versions (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeswenson authored Dec 11, 2021
1 parent f48378e commit 2ece1b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "MIT"
[dependencies]
serde_json = "1.0"
thiserror = "1.0"
tracing = "0.1.26"
tracing = "0.1"

[dependencies.chrono]
version = "0.4"
Expand All @@ -34,7 +34,7 @@ features = ["derive"]
cargo-husky = "1"
wiremock = "0.5.2"
anyhow = "1.0.40"
clap = { version = "3.0.0-rc.0", features = ["derive"] }
clap = { version = "3.0.0-rc.1", features = ["derive"] }
skim = "0.9.4"
crossbeam-channel = "0.5"
toml = "0.5.8"
Expand Down

0 comments on commit 2ece1b8

Please sign in to comment.