Skip to content

Commit

Permalink
Merge pull request #40 from itmettkeDE/renovate/lock-file-maintenance
Browse files Browse the repository at this point in the history
Lock file maintenance
  • Loading branch information
mettke authored Nov 21, 2022
2 parents 0100c0f + 6cbd442 commit 15ea442
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 69 deletions.
119 changes: 54 additions & 65 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
@@ -1,6 +1,6 @@
[package]
name = "cargo-patch"
version = "0.2.8"
version = "0.2.9"
authors = ["Marc Mettke <marc@itmettke.de>"]
edition = "2021"
description = "Cargo Subcommand for patching dependencies using patch files"
Expand All @@ -12,12 +12,12 @@ categories = ["command-line-utilities"]

[dependencies]
anyhow = "1"
cargo = "0.65"
cargo = "0.66"
fs_extra = "1"
patch = "0.6"
semver = "1"
toml_edit = { version = "0.14" }

[dev-dependencies]
cargo-test-macro = { git = "https://github.com/rust-lang/cargo.git", version = "0.1.0", tag = "0.65.0" }
cargo-test-support = { git = "https://github.com/rust-lang/cargo.git", version = "0.1.0", tag = "0.65.0" }
cargo-test-macro = { git = "https://github.com/rust-lang/cargo.git", version = "0.1.0", tag = "0.66.0" }
cargo-test-support = { git = "https://github.com/rust-lang/cargo.git", version = "0.1.0", tag = "0.66.0" }

0 comments on commit 15ea442

Please sign in to comment.