diff --git a/Cargo.lock b/Cargo.lock index 95307184..294b4725 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -931,9 +931,9 @@ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" [[package]] name = "winnow" -version = "0.5.0" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81fac9742fd1ad1bd9643b991319f72dd031016d44b77039a26977eb667141e7" +checksum = "8bd122eb777186e60c3fdf765a58ac76e41c582f1f535fbf3314434c6b58f3f7" dependencies = [ "memchr", ] diff --git a/crates/hcl-edit/Cargo.toml b/crates/hcl-edit/Cargo.toml index 799834cb..e8f7fd4a 100644 --- a/crates/hcl-edit/Cargo.toml +++ b/crates/hcl-edit/Cargo.toml @@ -33,7 +33,7 @@ perf = ["hcl-primitives/perf"] fnv = "1.0.7" hcl-primitives = { version = "0.1.1", path = "../hcl-primitives" } vecmap-rs = "0.1.11" -winnow = "0.5.0" +winnow = "0.5.2" [dev-dependencies] indoc = "2.0"