Skip to content

Commit e37172b

Browse files
authored
Merge pull request #1485 from dtolnay/codespanreporting
Update codespan-reporting to 0.12
2 parents 8ad2b56 + 473ce4c commit e37172b

File tree

12 files changed

+331
-27
lines changed

12 files changed

+331
-27
lines changed

gen/build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ experimental-async-fn = []
2020

2121
[dependencies]
2222
cc = "1.0.83"
23-
codespan-reporting = "0.11.1"
23+
codespan-reporting = "0.12"
2424
proc-macro2 = { version = "1.0.74", default-features = false, features = ["span-locations"] }
2525
quote = { version = "1.0.35", default-features = false }
2626
scratch = "1.0.5"

gen/cmd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ experimental-async-fn = []
2222

2323
[dependencies]
2424
clap = { version = "4.3.11", default-features = false, features = ["error-context", "help", "std", "suggestions", "usage"] }
25-
codespan-reporting = "0.11.1"
25+
codespan-reporting = "0.12"
2626
proc-macro2 = { version = "1.0.74", default-features = false, features = ["span-locations"] }
2727
quote = { version = "1.0.35", default-features = false }
2828
syn = { version = "2.0.46", default-features = false, features = ["clone-impls", "full", "parsing", "printing"] }

gen/lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repository = "https://github.com/dtolnay/cxx"
1313
rust-version = "1.73"
1414

1515
[dependencies]
16-
codespan-reporting = "0.11.1"
16+
codespan-reporting = "0.12"
1717
proc-macro2 = { version = "1.0.74", default-features = false, features = ["span-locations"] }
1818
quote = { version = "1.0.35", default-features = false }
1919
syn = { version = "2.0.46", default-features = false, features = ["clone-impls", "full", "parsing", "printing"] }

third-party/BUCK

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

third-party/Cargo.lock

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

third-party/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ rust-version = "1.77"
99
[dependencies]
1010
cc = "1.0.83"
1111
clap = { version = "4", default-features = false, features = ["error-context", "help", "std", "usage"] }
12-
codespan-reporting = "0.11.1"
12+
codespan-reporting = "0.12"
1313
foldhash = "0.1"
1414
proc-macro2 = { version = "1.0.58", features = ["span-locations"] }
1515
quote = "1.0.4"

third-party/bazel/BUILD.bazel

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

third-party/bazel/BUILD.codespan-reporting-0.11.1.bazel renamed to third-party/bazel/BUILD.codespan-reporting-0.12.0.bazel

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

third-party/bazel/BUILD.serde-1.0.219.bazel

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

0 commit comments

Comments
 (0)