Update simple_logger requirement from 4.0 to 5.0 (#1246)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-05-01 11:51:42 -04:00 committed by GitHub
parent 5b83c73e38
commit 71a7262e38
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,7 +37,7 @@ serde_json = { version = "1.0", optional = true }
sqlparser_derive = { version = "0.2.0", path = "derive", optional = true }
[dev-dependencies]
simple_logger = "4.0"
simple_logger = "5.0"
matches = "0.1"
pretty_assertions = "1"