Remove keydb download/save from the library
keydb I/O moves out of libfreemkv into freemkv-keysources (KeydbSource::save / ::update). Delete src/keydb.rs entirely (save, http_get, default_path, write_atomic, UpdateResult) and drop `pub mod keydb;` — http_get had no real callers. The shared Keydb* Error variants stay in error.rs (keysources raises them; the every-error-has-a-code contract depends on them). flate2 is no longer used here, so drop it from Cargo.toml (zip stays for labels/jar.rs). CHANGELOG: note the keydb-I/O move; reword the rc.5.2 DefaultDecodedFieldDuration entry to state only the action taken (the revert) rather than an unverified Windows-fps outcome.
This commit is contained in:
@@ -22,7 +22,6 @@ sha1 = "0.10"
|
||||
sha2 = "0.10"
|
||||
aes = "0.8"
|
||||
cbc = "0.1"
|
||||
flate2 = "1"
|
||||
num-bigint = "0.4"
|
||||
num-traits = "0.2"
|
||||
num-integer = "0.1"
|
||||
|
||||
Reference in New Issue
Block a user