Skip to content

Commit

Permalink
Upgrade KVX dependency to fix #1171. (#1172)
Browse files Browse the repository at this point in the history
  • Loading branch information
ximon18 authored Dec 13, 2023
1 parent f3e86ce commit 476fc55
Show file tree
Hide file tree
Showing 3 changed files with 128 additions and 33 deletions.
150 changes: 121 additions & 29 deletions Cargo.lock

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

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,7 @@ jmespatch = { version = "^0.3", features = ["sync"], optional = true }
kmip = { version = "0.4.2", package = "kmip-protocol", features = [
"tls-with-openssl",
], optional = true }
kvx = { version = "0.9.2", features = ["macros"] }
# kvx = { version = "0.9.0", git = "https://github.com/nlnetlabs/kvx", branch = "lockfiles-outside-scope", features = [
# "macros",
# ] }
kvx = { version = "0.9.3", features = ["macros"] }
libflate = "^1"
log = "^0.4"
once_cell = { version = "^1.7.2", optional = true }
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ in this [blog post](https://blog.nlnetlabs.nl/testing-the-waters-with-krill/).

# Changelog

## 0.14.4 'A Flock of Krill'

This release fixes an issue found in 0.14.0 through 0.14.3:

- Krill should not freeze if lockfiles were not deleted properly #1171

## 0.14.3 'Temp'

This release fixes a number of issues found in 0.14.0 through 0.14.2:
Expand Down

0 comments on commit 476fc55

Please sign in to comment.