Skip to content

Commit

Permalink
Loosen dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Jul 29, 2024
1 parent 4375901 commit f8d0508
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
44 changes: 22 additions & 22 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ tempfile = "3.6.0"
lazy_static = "1.4.0"
chrono = "0.4"
ctor = { version = "0.2.6", optional = true }
lazy-regex = "3.1.0"
lazy-regex = ">=2"
patchkit = "0.1"
log = "0.4"
debian-control = { version = ">= 0.1.13", optional = true, features = ["python-debian"] }
dirty-tracker = "0.2.0"
dirty-tracker = "0.3"

[features]
default = ["debian", "auto-initialize"]
Expand Down

0 comments on commit f8d0508

Please sign in to comment.