diff --git a/Cargo.lock b/Cargo.lock index 14bd07fc..07e42004 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3186,7 +3186,7 @@ dependencies = [ [[package]] name = "oma-history" -version = "0.4.3" +version = "0.4.4" dependencies = [ "oma-pm-operation-type", "rusqlite", @@ -3214,7 +3214,7 @@ dependencies = [ [[package]] name = "oma-pm" -version = "0.29.2" +version = "0.30.0" dependencies = [ "ahash", "chrono", @@ -3239,7 +3239,7 @@ dependencies = [ [[package]] name = "oma-pm-operation-type" -version = "0.2.0" +version = "0.3.0" dependencies = [ "derive_builder", "oma-utils 0.8.4", @@ -3248,7 +3248,7 @@ dependencies = [ [[package]] name = "oma-refresh" -version = "0.25.0" +version = "0.26.0" dependencies = [ "ahash", "aho-corasick", diff --git a/oma-history/Cargo.toml b/oma-history/Cargo.toml index 3678323c..539f512a 100644 --- a/oma-history/Cargo.toml +++ b/oma-history/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oma-history" -version = "0.4.3" +version = "0.4.4" edition = "2021" description = "Package manager operations history database management library" license = "MIT" @@ -8,7 +8,7 @@ license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -oma-pm-operation-type = { version = "0.2", path = "../oma-pm-operation-type" } +oma-pm-operation-type = { version = "0.3", path = "../oma-pm-operation-type" } rusqlite = { version = "0.32", features = ["bundled"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" diff --git a/oma-pm-operation-type/Cargo.toml b/oma-pm-operation-type/Cargo.toml index 34589b79..b12f8de2 100644 --- a/oma-pm-operation-type/Cargo.toml +++ b/oma-pm-operation-type/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oma-pm-operation-type" -version = "0.2.0" +version = "0.3.0" edition = "2021" license = "MIT" description = "APT package management operation abstraction library" diff --git a/oma-pm/Cargo.toml b/oma-pm/Cargo.toml index eebd64a2..baf913a3 100644 --- a/oma-pm/Cargo.toml +++ b/oma-pm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oma-pm" -version = "0.29.2" +version = "0.30.0" edition = "2021" description = "APT package manager API abstraction library" license = "GPL-3.0-or-later" @@ -30,7 +30,7 @@ derive_builder = "0.20" fs4 = "0.9" tracing = "0.1" small-map = "0.1" -oma-pm-operation-type = { version = "0.2", path = "../oma-pm-operation-type" } +oma-pm-operation-type = { version = "0.3", path = "../oma-pm-operation-type" } zbus = { version = "4.1", features = ["tokio"] } cxx = "1.0.121" ahash = "0.8.11" diff --git a/oma-refresh/Cargo.toml b/oma-refresh/Cargo.toml index 86f4e749..7f6143c4 100644 --- a/oma-refresh/Cargo.toml +++ b/oma-refresh/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oma-refresh" -version = "0.25.0" +version = "0.26.0" edition = "2021" description = "APT repository refresh handler library" license = "GPL-3.0-or-later"