diff --git a/Cargo.toml b/Cargo.toml index 1447b36..0fcac9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ log = "0.4.22" env_logger = "0.11.8" # cli/config clap = { version = "4.5", features = ["derive", "wrap_help"] } -toml = "0.9.2" +toml = "1.0.6" # delta patching bsdiff = { git = "https://github.com/space-wizards/bsdiff-rs", rev = "a77199a6dd31d90555b4efd2c57d91d3aa3b69e5" } xz2 = "0.1.7"