diff --git a/Cargo.lock b/Cargo.lock index 2a63b3a..dac46f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -574,9 +574,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.4" +version = "1.0.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "568a8e6258aa33c13358f81fd834adb854c6f7c9468520910a9b1e8fac068012" +checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a" [[package]] name = "serde" diff --git a/Cargo.toml b/Cargo.toml index 5713f2c..a63daf8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ console = "0.15.0" dirs-next = "2.0.0" indicatif = "0.16.2" indoc = "1.0.3" -semver = "1.0.4" +semver = "1.0.16" serde = { version = "1.0.132", features = ["derive"] } serde_json = "1.0.73" tempfile = "3.2.0"