Skip to content

Commit

Permalink
Upgrade Cargo.toml dependencies
Browse files Browse the repository at this point in the history
    unicase v2.3 -> v2.6.0
    regex v1 -> v1.5.4
    serde v1.0 -> v1.0.130
    lazy_static v1.1 -> v1.4.0
  • Loading branch information
gngeorgiev committed Nov 21, 2021
1 parent 59e7099 commit 7faf5c0
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 94 deletions.
134 changes: 44 additions & 90 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ repository = "https://github.com/gngeorgiev/semver_rs"
travis-ci = { repository = "gngeorgiev/semver_rs", branch = "master" }

[dependencies]
lazy_static = "1.1"
regex = "1"
unicase = "2.3"
serde = { version = "1.0", features = ["derive"], optional = true }
lazy_static = "1.4.0"
regex = "1.5.4"
unicase = "2.6.0"
serde = { version = "1.0.130", features = ["derive"], optional = true }

[features]
default = []

0 comments on commit 7faf5c0

Please sign in to comment.