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 4, 2023
1 parent 911477a commit c760514
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ hyper-openssl = { version = "0.9.2", default-features = false }
hyper-proxy = { version = "0.9.1", default-features = false, features = ["openssl-tls"] }
indexmap = { version = "~2.0.0", default-features = false, features = ["serde", "std"] }
infer = { version = "0.14.0", default-features = false, optional = true}
indoc = { version = "2.0.1", default-features = false }
indoc = { version = "2.0.2", default-features = false }
inventory = { version = "0.3.6", default-features = false }
k8s-openapi = { version = "0.18.0", default-features = false, features = ["api", "v1_26"], optional = true }
kube = { version = "0.82.0", default-features = false, features = ["client", "openssl-tls", "runtime"], optional = true }
Expand Down
2 changes: 1 addition & 1 deletion lib/k8s-e2e-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ regex = "1"
reqwest = { version = "0.11.18", features = ["json"] }
serde_json = "1"
tokio = { version = "1.29.0", features = ["full"] }
indoc = "2.0.1"
indoc = "2.0.2"
env_logger = "0.10"
tracing = { version = "0.1", features = ["log"] }
rand = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-api-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ chrono = { version = "0.4.6", default-features = false, features = ["serde"] }
clap = { version = "4.1.14", default-features = false, features = ["derive"] }
url = { version = "2.4.0", default-features = false }
uuid = { version = "1", default-features = false, features = ["serde", "v4"] }
indoc = { version = "2.0.1", default-features = false }
indoc = { version = "2.0.2", default-features = false }

0 comments on commit c760514

Please sign in to comment.