aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-30 17:10:46 +0100
committerGitHub <noreply@github.com>2024-07-30 17:10:46 +0100
commit6d1ef57c4d4f4a822a71a144202c4b255ab7f690 (patch)
tree095e4b532c71c2758b71efc87c733bf21a2514c2 /Cargo.lock
parentchore(ci): codespell again (#2332) (diff)
downloadatuin-6d1ef57c4d4f4a822a71a144202c4b255ab7f690.zip
chore(deps): bump tonic-build from 0.12.0 to 0.12.1 (#2331)
Bumps [tonic-build](https://github.com/hyperium/tonic) from 0.12.0 to 0.12.1. - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/tonic/compare/v0.12.0...v0.12.1) --- updated-dependencies: - dependency-name: tonic-build 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>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 90183567..620dabf0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4443,9 +4443,9 @@ dependencies = [
[[package]]
name = "tonic-build"
-version = "0.12.0"
+version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "690943cc223adcdd67bb597a2e573ead1b88e999ba37528fe8e6356bf44b29b6"
+checksum = "568392c5a2bd0020723e3f387891176aabafe36fd9fcd074ad309dfa0c8eb964"
dependencies = [
"prettyplease",
"proc-macro2",