diff --git a/Cargo.lock b/Cargo.lock index 9657126..7021a23 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -33,9 +33,9 @@ checksum = "000444226fcff248f2bc4c7625be32c63caccfecc2723a2b9f78a7487a49c407" [[package]] name = "anyhow" -version = "1.0.38" +version = "1.0.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1" +checksum = "595d3cfa7a60d4555cb5067b99f07142a08ea778de5cf993f7b75c7d8fabc486" [[package]] name = "autocfg" diff --git a/Cargo.toml b/Cargo.toml index 63a105d..910d80c 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.42" 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.42" gl_generator = "0.14.0" [profile.dev]