diff --git a/Cargo.lock b/Cargo.lock index e71e7e9..622b694 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -818,8 +818,8 @@ dependencies = [ [[package]] name = "figment" -version = "0.10.14" -source = "git+https://github.com/thorio/figment?branch=master#cf267ecb202413a044edb365040b3c653ae20ca7" +version = "0.10.19" +source = "git+https://github.com/thorio/figment?branch=master#91826527b08b638dbe26ded49964fc5296a2a3d8" dependencies = [ "atomic", "serde", diff --git a/Cargo.toml b/Cargo.toml index 1a0c069..a70bf4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ urlencoding = "2.1.3" winapi = "0.3.9" # target fork until https://github.com/SergioBenitez/Figment/issues/92 is closed -figment = { git = "https://github.com/thorio/figment", branch = "master" } +figment = { version="0.10.19", git = "https://github.com/thorio/figment", branch = "master" } [profile.release] strip = true