diff --git a/Cargo.lock b/Cargo.lock index 715067ac6..04d8797f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3119,7 +3119,7 @@ dependencies = [ [[package]] name = "oma-refresh" -version = "0.20.2" +version = "0.20.3" dependencies = [ "anyhow", "chrono", diff --git a/oma-refresh/Cargo.toml b/oma-refresh/Cargo.toml index 060072d8e..313128d7c 100644 --- a/oma-refresh/Cargo.toml +++ b/oma-refresh/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oma-refresh" -version = "0.20.2" +version = "0.20.3" edition = "2021" description = "A crate to help oma refresh apt repo database" license = "MIT"