chore(deps): update all dependencies #2

Open
kjuulh wants to merge 1 commits from renovate/all into main

View File

@ -10,6 +10,6 @@ tracing.workspace = true
tracing-subscriber.workspace = true
clap.workspace = true
dotenv.workspace = true
reqwest = { version = "0.11.23", features = ["json"] }
reqwest = { version = "0.12.0", features = ["json"] }
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.111"