From d3ba0f916e1c8ab035b3fa0807fd2f571d50b8f9 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 24 Oct 2023 14:03:12 +0000
Subject: [PATCH] Bump lints from 2.1.1 to 3.0.0 in /logging

Bumps [lints](https://github.com/dart-lang/lints) from 2.1.1 to 3.0.0.
- [Release notes](https://github.com/dart-lang/lints/releases)
- [Changelog](https://github.com/dart-lang/lints/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dart-lang/lints/compare/v2.1.1...v3.0.0)

---
updated-dependencies:
- dependency-name: lints
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 logging/pubspec.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/logging/pubspec.yaml b/logging/pubspec.yaml
index 0a28842c0f..ddd6b9bca1 100644
--- a/logging/pubspec.yaml
+++ b/logging/pubspec.yaml
@@ -14,7 +14,7 @@ dependencies:
   sentry: 7.11.0
 
 dev_dependencies:
-  lints: ^2.0.0
+  lints: ^3.0.0
   test: ^1.21.1
   yaml: ^3.1.0 # needed for version match (code and pubspec)
   coverage: ^1.3.0