Skip to content

Commit

Permalink
Specify exact minimum dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
athre0z committed Jul 30, 2023
1 parent 68298cb commit adafb4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ gimli-symbolize = ["backtrace/gimli-symbolize"]
resolve-modules = ["regex"]

[dependencies]
termcolor = "1.0"
backtrace = "0.3"
regex = { version = "1.4", optional = true }
termcolor = "1.1.2"
backtrace = "0.3.57"
regex = { version = "1.4.6", optional = true }

0 comments on commit adafb4d

Please sign in to comment.