diff --git a/Cargo.toml b/Cargo.toml index 4f80420..b276f03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ log = "0.4.0" env_logger = "0.10.0" # cli/config clap = { version = "4.1", features = ["derive", "wrap_help"] } -toml = "0.7.0" +toml = "0.8.12" # delta patching bsdiff = { git = "https://github.com/space-wizards/bsdiff-rs", rev = "a77199a6dd31d90555b4efd2c57d91d3aa3b69e5" } xz2 = "0.1.7"