Update dependencies.

`cargo bench` still doesn't work :|
This commit is contained in:
2021-08-07 17:09:12 -07:00
parent 3cf5546f6c
commit 6239b5bb18
5 changed files with 18 additions and 16 deletions

View File

@@ -3,7 +3,7 @@ use crate::real::ToFloat as _;
use crate::sim::{GenericSim, Sample, StaticSim};
use crate::meas::{self, AbstractMeasurement};
use crossterm::{cursor, QueueableCommand as _};
use crossterm::style::{style, Color, PrintStyledContent};
use crossterm::style::{style, Color, PrintStyledContent, Stylize as _};
use font8x8::{BASIC_FONTS, GREEK_FONTS, UnicodeFonts as _};
use log::trace;
use num::integer::Integer;