Skip to content

Commit 418990b

Browse files
Bump indoc from 2.0.6 to 2.0.7 (#1543)
Bumps [indoc](https://github.com/dtolnay/indoc) from 2.0.6 to 2.0.7. - [Release notes](https://github.com/dtolnay/indoc/releases) - [Commits](dtolnay/indoc@2.0.6...2.0.7) --- updated-dependencies: - dependency-name: indoc dependency-version: 2.0.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0bafa55 commit 418990b

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

Cargo.lock

Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

josh-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ git2 = { workspace = true }
1717
gix-object = "0.50.2"
1818
glob = "0.3.1"
1919
hex = { workspace = true }
20-
indoc = "2.0.5"
20+
indoc = "2.0.7"
2121
itertools = "0.14.0"
2222
lazy_static = { workspace = true }
2323
log = "0.4.28"

josh-proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ hyper-tls = "0.6.0"
2424
hyper_cgi = { path = "../hyper_cgi" }
2525
hyper-util = { version = "0.1.3", features = ["client", "client-legacy", "http1", "tokio"] }
2626
http-body-util = "0.1.0"
27-
indoc = "2.0.5"
27+
indoc = "2.0.7"
2828
josh = {path = "../josh-core" }
2929
josh-templates = { path = "../josh-templates" }
3030
josh-graphql = { path = "../josh-graphql" }

0 commit comments

Comments
 (0)