diff --git a/Cargo.lock b/Cargo.lock index 9657126..9174d03 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -33,9 +33,9 @@ checksum = "000444226fcff248f2bc4c7625be32c63caccfecc2723a2b9f78a7487a49c407" [[package]] name = "anyhow" -version = "1.0.38" +version = "1.0.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1" +checksum = "15af2628f6890fe2609a3b91bef4c83450512802e59489f9c1cb1fa5df064a61" [[package]] name = "autocfg" diff --git a/Cargo.toml b/Cargo.toml index 63a105d..ae24e32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.38" +anyhow = "1.0.41" lazy_static = "1.4.0" serde = { version = "1.0.123", features = ["derive"] } toml = "0.5.8" @@ -22,7 +22,7 @@ itertools = "0.10.0" smallvec = "1.6.1" [build-dependencies] -anyhow = "1.0.38" +anyhow = "1.0.41" gl_generator = "0.14.0" [profile.dev]