📦 build(deps): update dependencies

- update clap to 4.5.48
- update clap-verbosity-flag to 3.0.4
- update env_logger to 0.11.8
- add google-clis-common 7.0.0
- update google-gmail1 to 6.0.0
- update log to 0.4.28
- update serde to 1.0.228
- update serde_json to 1.0.145
- add thiserror 2.0.17
- update tokio to 1.47.1
This commit is contained in:
Jeremiah Russell
2025-10-02 13:44:43 +01:00
committed by Jeremiah Russell
parent c30ee21411
commit 45739531ac
2 changed files with 143 additions and 6 deletions

View File

@@ -24,10 +24,12 @@ include = [
clap = { version = "4.5.48", features = ["derive"] }
clap-verbosity-flag = { version = "3.0.4", features = ["tracing"] }
env_logger = "0.11.8"
google-clis-common = "7.0.0"
google-gmail1 = "6.0.0"
log = "0.4.28"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"
thiserror = "2.0.17"
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] }
[lints.clippy]