Skip to content

Commit be75938

Browse files
Bump indoc from 1.0.3 to 1.0.4 (#636)
Bumps [indoc](https://github.com/dtolnay/indoc) from 1.0.3 to 1.0.4. - [Release notes](https://github.com/dtolnay/indoc/releases) - [Commits](dtolnay/indoc@1.0.3...1.0.4) --- updated-dependencies: - dependency-name: indoc 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 9a412b6 commit be75938

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ rs_tracing= { version = "1", features = ["rs_tracing"]}
4545
tracing-log = "0.1"
4646
juniper = "0.15"
4747
tracing-subscriber = "0.3.8"
48-
indoc = "1.0.3"
48+
indoc = "1.0.4"
4949

5050
[profile.release]
5151
lto = true

josh-proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ unindent = "0.1.7"
4040
juniper = { version = "0.15.7", features = ["expose-test-schema"] }
4141
url = "2.2.2"
4242
percent-encoding = "2.1.0"
43-
indoc = "1.0.3"
43+
indoc = "1.0.4"

0 commit comments

Comments
 (0)