Skip to content

Commit

Permalink
Bump dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lebe-dev committed Jun 18, 2022
1 parent f0c173b commit 9c530f8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ codegen-units = 1
panic = 'abort'

[dependencies]
clap = "2.33"
regex = "1"
clap = "2.33.3"
regex = "1.5.6"

serde = { version = "1.0", features = ["derive"] }
serde_derive = "1.0"
serde_json = "1.0"
serde = { version = "1.0.137", features = ["derive"] }
serde_derive = "1.0.137"
serde_json = "1.0.81"

log = "0.4"
log4rs = "1.0"
log = "0.4.17"
log4rs = "1.1.1"

0 comments on commit 9c530f8

Please sign in to comment.