Skip to content

Commit 625bd16

Browse files
committed
oma-repo-verify-v0.7.0 oma-refresh-v0.43.3
1 parent 1356cc9 commit 625bd16

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

oma-refresh/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oma-refresh"
3-
version = "0.43.2"
3+
version = "0.43.3"
44
edition = "2024"
55
description = "APT repository refresh handler library"
66
license = "GPL-3.0-or-later"
@@ -19,7 +19,7 @@ chrono = { version = "0.4", features = ["unstable-locales"] }
1919
oma-topics = { version = "^0.23.0", path = "../oma-topics", optional = true, default-features = false }
2020
oma-utils = { version = "^0.11.0", path = "../oma-utils", features = ["dpkg"] }
2121
tracing ="0.1"
22-
oma-repo-verify = { version = "^0.6.0", path = "../oma-repo-verify", default-features = false }
22+
oma-repo-verify = { version = "^0.7.0", path = "../oma-repo-verify", default-features = false }
2323
ahash = "0.8.11"
2424
oma-apt = "0.8.0"
2525
aho-corasick = "1.1.3"

oma-repo-verify/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oma-repo-verify"
3-
version = "0.6.1"
3+
version = "0.7.0"
44
edition = "2024"
55
description = "Handle APT repository verify library"
66
license = "MIT"

0 commit comments

Comments
 (0)