Skip to content

Commit

Permalink
Bump tabled from 0.10.0 to 0.12.2
Browse files Browse the repository at this point in the history
Bumps [tabled](https://github.com/zhiburt/tabled) from 0.10.0 to 0.12.2.
- [Changelog](https://github.com/zhiburt/tabled/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zhiburt/tabled/commits)

---
updated-dependencies:
- dependency-name: tabled
  dependency-type: direct:production
  update-type: version-update:semver-minor
  • Loading branch information
marco-c committed Jul 10, 2023
1 parent af5d049 commit 76fc4ac
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ simplelog = "0.12"
smallvec = "1.10"
symbolic-common = "12.1"
symbolic-demangle = { version = "12.1", default-features = false }
tabled = "0.10"
tabled = "0.12"
tempfile = "3.5"
tera = "1.18"
uuid = { version = "1.3", features = ["v4"] }
Expand Down
3 changes: 2 additions & 1 deletion src/output.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ use std::{
};
use symbolic_common::Name;
use symbolic_demangle::{Demangle, DemangleOptions};
use tabled::{Style, Table, Tabled};
use tabled::settings::Style;
use tabled::{Table, Tabled};
use uuid::Uuid;

use crate::defs::*;
Expand Down

0 comments on commit 76fc4ac

Please sign in to comment.