diff --git a/Cargo.toml b/Cargo.toml index 703e3ba..d54ff6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ pulldown-cmark = { version = "0.9.1", default-features = false, optional = true regex = { version = "1.5.4", default-features = false, features = ["std", "unicode"], optional = true } semver = { version = "1.0.5", optional = true } syn = { version = "2.0.15", default-features = false, features = ["parsing", "printing", "full"], optional = true } -toml = { version = "0.7.8", optional = true } +toml = { version = "0.8.8", optional = true } url = { version = "2.2.2", optional = true } [dev-dependencies]