1
0

Merge pull request #10 from GothenburgBitFactory/dependabot/cargo/env_logger-0.10.2

Bump env_logger from 0.10.0 to 0.10.2
This commit is contained in:
Dustin J. Mitchell 2024-06-10 20:48:50 -04:00 committed by GitHub
commit 8258a9dbbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -562,9 +562,9 @@ dependencies = [
[[package]]
name = "env_logger"
version = "0.10.0"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
dependencies = [
"humantime",
"is-terminal",

View File

@ -15,7 +15,7 @@ serde_json = "^1.0"
serde = { version = "^1.0.147", features = ["derive"] }
clap = { version = "^4.5.6", features = ["string"] }
log = "^0.4.17"
env_logger = "^0.10.0"
env_logger = "^0.10.2"
rusqlite = { version = "0.31", features = ["bundled"] }
chrono = { version = "^0.4.22", features = ["serde"] }