]> git.proxmox.com Git - proxmox-backup.git/blobdiff - pxar-bin/Cargo.toml
tree-wide: fix various typos
[proxmox-backup.git] / pxar-bin / Cargo.toml
index 23e6464e55b760059fd30ee470270619e7155cf1..d91c03d3e3dda19d92105588bc796fc459615237 100644 (file)
@@ -11,8 +11,8 @@ path = "src/main.rs"
 [dependencies]
 anyhow.workspace = true
 futures.workspace = true
-nix.workspace = true
 log.workspace = true
+nix.workspace = true
 serde_json.workspace = true
 tokio = { workspace = true, features = [ "rt", "rt-multi-thread" ] }