浏览代码

Merge pull request #508 from aya-rs/dependabot/cargo/indoc-2.0

build(deps): update indoc requirement from 1.0 to 2.0
Michal Rostecki 2 年之前
父节点
当前提交
be5b4c82cc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      xtask/Cargo.toml

+ 1 - 1
xtask/Cargo.toml

@@ -11,6 +11,6 @@ anyhow = "1"
 syn = "1"
 quote = "1"
 proc-macro2 = "1"
-indoc = "1.0"
+indoc = "2.0"
 lazy_static = "1"
 serde_json = "1"