diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ rustls-pemfile = { version = "1.0", optional = true } serde = { version = "1", features = ["derive"] } sha2 = "0.10" simplelog = "0.12" -socket2 = "0.4" +socket2 = "0.5" strum = { version = "0.24", features = ["derive"] } tar = "0.4" thiserror = "1" |