mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-22 23:14:07 +00:00
Update simple_logger requirement from 2.1 to 4.0 (#692)
Updates the requirements on [simple_logger](https://github.com/borntyping/rust-simple_logger) to permit the latest version. - [Release notes](https://github.com/borntyping/rust-simple_logger/releases) - [Commits](https://github.com/borntyping/rust-simple_logger/compare/v2.1.0...v4.0.0) --- updated-dependencies: - dependency-name: simple_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> 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:
parent
914810d366
commit
b671dc62d3
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ serde = { version = "1.0", features = ["derive"], optional = true }
|
|||
serde_json = { version = "1.0", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
simple_logger = "2.1"
|
||||
simple_logger = "4.0"
|
||||
matches = "0.1"
|
||||
pretty_assertions = "1"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue