diff --git a/Cargo.lock b/Cargo.lock index 31f12a91..24d94370 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -617,9 +617,9 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "formatx" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c40f9ee993b100102723f778c82d3daf1808c494ce2fd6e9a06d58d6e8e59748" +checksum = "fd882b15bde2f5246ceb3207511e62c8f707b0153273fbd6cea13e4c9faf2877" [[package]] name = "futures-channel" diff --git a/server/Cargo.toml b/server/Cargo.toml index 08daf60f..4e747f7d 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -28,7 +28,7 @@ ashpd = { workspace = true, features = ["backend", "secret", "tracing"] } base64 = { version = "0.22", optional = true } clap.workspace = true enumflags2 = "0.7" -formatx = "0.3" +formatx = "0.4" gettext-rs = { version = "0.7", features = ["gettext-system"] } hkdf = { workspace = true, optional = true } kwallet-parser = { version = "0.6.0-alpha", path = "../kwallet/parser", optional = true }