Skip to content

Commit fe135c8

Browse files
committed
chore: upgrade to spdlog-rs 0.5.0
1 parent 16f1060 commit fe135c8

File tree

14 files changed

+110
-131
lines changed

14 files changed

+110
-131
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,7 @@ chrono = "0.4.38"
3131
rustix = { version = "1", features = ["process", "stdio"] }
3232
libc = "0.2.159"
3333
reqwest = { version = "0.12.8", default-features = false }
34-
spdlog-rs = { git = "https://github.com/SpriteOvO/spdlog-rs.git", branch = "main-dev", features = [
35-
"multi-thread",
36-
"source-location",
37-
], optional = true }
38-
tracing = { version = "0.1.40", optional = true }
39-
tracing-subscriber = { version = "0.3.18", features = [
40-
"env-filter",
41-
], optional = true }
34+
spdlog-rs = { version = "0.5.0", features = ["multi-thread", "source-location", "log"] }
4235
console-subscriber = { version = "0.4.0", optional = true }
4336
ratatui = "0.29.0"
4437
ansi-to-tui = "7.0.0"

apt-auth-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ license = "MIT"
77

88
[dependencies]
99
thiserror = "2"
10-
spdlog-rs = { git = "https://github.com/SpriteOvO/spdlog-rs.git", branch = "main-dev" }
10+
spdlog-rs = "0.5.0"
1111
rust-netrc = "0.1"
1212
url = "2.5"

oma-console/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT"
1111
chrono = { version = "0.4.38", optional = true }
1212
console = { version = "0.16", optional = true }
1313
indicatif = { version = "0.18", optional = true }
14-
spdlog-rs = { git = "https://github.com/SpriteOvO/spdlog-rs.git", branch = "main-dev" }
14+
spdlog-rs = "0.5.0"
1515
ratatui = { version = "0.29", optional = true }
1616
# https://github.com/async-rs/async-std/issues/1055
1717
# https://github.com/tokio-rs/tokio/issues/5535

oma-contents/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ winnow = "0.7"
1414
flate2 = "1.0"
1515
rayon = "1.8"
1616
lzzzz = "2.0"
17-
spdlog-rs = { git = "https://github.com/SpriteOvO/spdlog-rs.git", branch = "main-dev" }
17+
spdlog-rs = "0.5.0"
1818
which = "8"
1919
zstd = "0.13"
2020
memchr = "2"

oma-fetch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ async-compression = { version = "=0.4.27", features = ["gzip", "xz", "futures-io
2020
# even with older liblzma (Ubuntu 22.04 uses 5.2.x). Be mindful, however, that
2121
# async-compression depends on a different liblzma-rs than what is specified here.
2222
liblzma = { version = "0", features = ["uncheck_liblzma_version"] }
23-
spdlog-rs = { git = "https://github.com/SpriteOvO/spdlog-rs.git", branch = "main-dev" }
23+
spdlog-rs = "0.5.0"
2424
tokio-util = { version = "0.7", features = ["compat"] }
2525
md-5 = "0.10.6"
2626
bon = "3"

oma-history/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ oma-pm-operation-type = { version = "0.9", path = "../oma-pm-operation-type" }
1212
rusqlite = { version = "0.37", features = ["bundled"] }
1313
serde = { version = "1.0", features = ["derive"] }
1414
serde_json = "1.0"
15-
spdlog-rs = { git = "https://github.com/SpriteOvO/spdlog-rs.git", branch = "main-dev" }
15+
spdlog-rs = "0.5.0"
1616
thiserror = "2"
1717

1818
[dev-dependencies]

oma-mirror/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ serde_json = "1.0"
1111
snafu = "0.8.5"
1212
indexmap = { version = "2.6", features = ["serde"] }
1313
ahash = "0.8.11"
14-
spdlog-rs = { git = "https://github.com/SpriteOvO/spdlog-rs.git", branch = "main-dev" }
14+
spdlog-rs = "0.5.0"
1515
once_cell = "1.19"
1616
toml = { version = "0.9", features = ["preserve_order"] }

oma-pm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ tokio = { version = "1.15", default-features = false, features = [
2424
"rt-multi-thread",
2525
] }
2626
fs4 = "0.13"
27-
spdlog-rs = { git = "https://github.com/SpriteOvO/spdlog-rs.git", branch = "main-dev" }
27+
spdlog-rs = "0.5.0"
2828
oma-pm-operation-type = { version = "0.9", path = "../oma-pm-operation-type" }
2929
zbus = { version = "5.1", features = ["tokio"] }
3030
cxx = "1.0.121"

oma-refresh/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ futures = "0.3"
1616
oma-apt-sources-lists = "0.9"
1717
chrono = { version = "0.4", features = ["unstable-locales"] }
1818
oma-topics = { version = "^0.25.0", path = "../oma-topics", optional = true, default-features = false }
19-
spdlog-rs = { git = "https://github.com/SpriteOvO/spdlog-rs.git", branch = "main-dev" }
19+
spdlog-rs = "0.5.0"
2020
oma-repo-verify = { version = "^0.9.0", path = "../oma-repo-verify", default-features = false }
2121
ahash = "0.8.11"
2222
oma-apt = { version = "0.11", optional = true }

0 commit comments

Comments
 (0)