M Cargo.lock => Cargo.lock +2 -2
@@ 84,9 84,9 @@ checksum = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd"
[[package]]
name = "blend_info"
-version = "0.2.1"
+version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "403b05df6fe601c77ce99f4af81ea22127a20d6ef3d39547c7dc4495b926d12f"
+checksum = "c02532c02a0416eb0da9d086ee46e2e454f4bc62776519b9a10fb15256ea2d80"
dependencies = [
"structopt",
]
M Cargo.toml => Cargo.toml +1 -1
@@ 12,7 12,7 @@ homepage = "https://www.rs-pbrt.org"
[dependencies]
atom = "0.4.0"
atomic = "0.5.1"
-blend_info = "0.2.1"
+blend_info = "0.2.2"
byteorder = "1.4.3"
crossbeam = "0.8.1"
crossbeam-channel = "0.5.2"