Skip to content

Commit

Permalink
chore(deps): bump indoc from 2.0.1 to 2.0.2
Browse files Browse the repository at this point in the history
Bumps [indoc](https://github.com/dtolnay/indoc) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/dtolnay/indoc/releases)
- [Commits](dtolnay/indoc@2.0.1...2.0.2)

---
updated-dependencies:
- dependency-name: indoc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 12, 2023
1 parent a72673a commit 84e35bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 lib/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ path = "src/main.rs"
[dependencies]
clap = { version = "4.1.11", features = ["derive"] }
exitcode = "1"
indoc = "2.0.1"
indoc = "2.0.2"
once_cell = { version = "1.17", optional = true }
prettytable-rs = { version = "0.10", default-features = false, optional = true }
regex = { version = "1", default-features = false, optional = true, features = ["perf"] }
Expand Down
2 changes: 1 addition & 1 deletion lib/value/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ arbitrary = ["dep:quickcheck"]

[dev-dependencies]
async-graphql = { version = "5.0.6", default-features = false }
indoc = { version = "2.0.1", default-features = false }
indoc = { version = "2.0.2", default-features = false }
quickcheck = "1.0.3"
lookup = { path = "../lookup", default-features = false, features = ["arbitrary"] }
serde = { version = "1.0.158", default-features = false, features = ["derive", "rc"]}
Expand Down

0 comments on commit 84e35bc

Please sign in to comment.