Skip to content

Commit 7661f64

Browse files
committed
oma-fetch-v0.33.0 oma-pm-v0.56.2 oma-refresh-v0.49.3
1 parent 5f2a238 commit 7661f64

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Cargo.lock

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

oma-fetch/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-fetch"
3-
version = "0.32.1"
3+
version = "0.33.0"
44
edition = "2024"
55
description = "APT repository download routines library"
66
license = "MIT"

oma-pm/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-pm"
3-
version = "0.56.1"
3+
version = "0.56.2"
44
edition = "2024"
55
description = "APT package manager API abstraction library"
66
license = "GPL-3.0-or-later"
@@ -18,7 +18,7 @@ oma-utils = { version = "^0.12.0", path = "../oma-utils", features = [
1818
"url-no-escape",
1919
"human-bytes",
2020
] }
21-
oma-fetch = { version = "^0.32.0", path = "../oma-fetch" }
21+
oma-fetch = { version = "^0.33.0", path = "../oma-fetch" }
2222
tokio = { version = "1.15", default-features = false, features = [
2323
"fs",
2424
"rt-multi-thread",

oma-refresh/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "oma-refresh"
3-
version = "0.49.2"
3+
version = "0.49.3"
44
edition = "2024"
55
description = "APT repository refresh handler library"
66
license = "GPL-3.0-or-later"
77

88
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
99

1010
[dependencies]
11-
oma-fetch = { version = "^0.32.0", path = "../oma-fetch", default-features = false }
11+
oma-fetch = { version = "^0.33.0", path = "../oma-fetch", default-features = false }
1212
thiserror = "2"
1313
url = "2.3"
1414
tokio = { version = "1.28", default-features = false, features = ["fs", "process", "macros"] }

0 commit comments

Comments
 (0)