diff --git a/Cargo.toml b/Cargo.toml index 5a3411970fd4e04ee06ebc49546f89902f014c33..1150682d86b7b295a437913c715017a3f21a7cd6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "envish" description = "A library for sourcing, reading, and interacting with .env files, including interpolation support" -version = "0.1.0" +version = "0.1.1" edition = "2021" [features] @@ -9,6 +9,6 @@ default = ["fs"] fs = [] [dependencies] -nom = "7.1.3" -nom_locate = "4.2.0" -thiserror = "2.0.3" +nom = "7.1" +nom_locate = "4.2" +thiserror = "2.0"