Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,928 changes: 978 additions & 950 deletions rust/Cargo.lock

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion rust/agama-autoinstall/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ agama-utils = { path = "../agama-utils" }
agama-transfer = { path = "../agama-transfer" }
anyhow = { version = "1.0.98" }
tempfile = "3.20.0"
thiserror = "2.0.12"
tokio = "1.46.0"
url = "2.5.4"
agama-l10n = { path = "../agama-l10n" }
3 changes: 0 additions & 3 deletions rust/agama-bootloader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,12 @@ edition.workspace = true
[dependencies]
agama-utils = { path = "../agama-utils" }
agama-storage-client = { path = "../agama-storage-client" }
anyhow = "1.0.99"
async-trait = "0.1.89"
gettext-rs = { version = "0.7.2", features = ["gettext-system"] }
regex = "1.11.2"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = { version = "1.0.128", features = ["raw_value"] }
thiserror = "2.0.16"
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread", "sync"] }
tokio-stream = "0.1.17"
tracing = "0.1.41"
zbus = "5.11.0"

Expand Down
2 changes: 0 additions & 2 deletions rust/agama-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ console = "0.15.8"
anyhow = "1.0.89"
tempfile = "3.13.0"
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"] }
async-trait = "0.1.83"
reqwest = { version = "0.12.8", features = ["json"] }
url = "2.5.2"
inquire = { version = "0.7.5", default-features = false, features = [
"crossterm",
Expand Down
1 change: 0 additions & 1 deletion rust/agama-hostname/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ tempfile = "3.23.0"
thiserror = "2.0.17"
tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread", "sync"] }
tokio-stream = "0.1.17"
tokio-test = "0.4.4"
tracing = "0.1.43"
zbus = "5.12.0"

Expand Down
12 changes: 0 additions & 12 deletions rust/agama-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,14 @@ edition = "2021"
[dependencies]
anyhow = "1.0"
agama-utils = { path = "../agama-utils" }
agama-network = { path = "../agama-network" }
agama-locale-data = { path = "../agama-locale-data" }
agama-l10n = { path = "../agama-l10n" }
agama-transfer = { path = "../agama-transfer" }
async-trait = "0.1.83"
futures-util = "0.3.30"
jsonschema = { version = "0.30.0", default-features = false, features = [
"resolve-file",
] }
log = "0.4"
reqwest = { version = "0.12.8", features = ["json", "cookies"] }
serde = { version = "1.0.210", features = ["derive"] }
serde_json = { version = "1.0.128", features = ["raw_value"] }
serde_repr = "0.1.19"
tempfile = "3.13.0"
thiserror = "2.0.12"
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"] }
Expand All @@ -30,8 +24,6 @@ tracing = "0.1.40"
url = { version = "2.5.2", features = ["serde"] }
utoipa = { version = "5.2.0", features = ["url"] }
zbus = { version = "5", default-features = false, features = ["tokio"] }
# Needed to define curl error in profile errors
curl = { version = "0.4.47", features = ["protocol-ftp"] }
jsonwebtoken = "9.3.0"
chrono = { version = "0.4.38", default-features = false, features = [
"now",
Expand All @@ -40,16 +32,12 @@ chrono = { version = "0.4.38", default-features = false, features = [
"clock",
] }
home = "0.5.9"
strum = { version = "0.27.1", features = ["derive"] }
fs_extra = "1.3.0"
serde_with = "3.12.0"
regex = "1.11.1"
fluent-uri = { version = "0.4.1", features = ["serde"] }
tokio-tungstenite = { version = "0.26.2", features = ["native-tls"] }
tokio-native-tls = "0.3.1"
percent-encoding = "2.3.1"
uuid = { version = "1.17.0", features = ["serde", "v4"] }
zypp-agama = { path = "../zypp-agama" }

[dev-dependencies]
httpmock = "0.7.0"
Expand Down
23 changes: 0 additions & 23 deletions rust/agama-lib/src/files.rs

This file was deleted.

40 changes: 0 additions & 40 deletions rust/agama-lib/src/files/error.rs

This file was deleted.

26 changes: 0 additions & 26 deletions rust/agama-lib/src/hostname.rs

This file was deleted.

74 changes: 0 additions & 74 deletions rust/agama-lib/src/hostname/client.rs

This file was deleted.

53 changes: 0 additions & 53 deletions rust/agama-lib/src/hostname/http_client.rs

This file was deleted.

34 changes: 0 additions & 34 deletions rust/agama-lib/src/hostname/model.rs

This file was deleted.

54 changes: 0 additions & 54 deletions rust/agama-lib/src/hostname/store.rs

This file was deleted.

Loading
Loading