forked from jelson.rodrigues/piperun-bot
chore: bump dependencies
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -6,12 +6,12 @@ edition = "2024"
|
||||
[dependencies]
|
||||
http = {version = "1.3.1"}
|
||||
dotenv = {version = "0.15.0"}
|
||||
serde_json = "1.0.142"
|
||||
reqwest = { version = "0.12.22", features = ["json", "cookies", "blocking"] }
|
||||
chrono = { version = "0.4.41" }
|
||||
serde_json = "1.0.145"
|
||||
reqwest = { version = "0.12.23", features = ["json", "cookies", "blocking"] }
|
||||
chrono = { version = "0.4.42" }
|
||||
itertools = {version = "0.14.0"}
|
||||
ipaddress = {version = "0.1.3"}
|
||||
zip = { version = "4.3.0"}
|
||||
zip = { version = "5.1.1"}
|
||||
walkdir = { version = "2.5.0"}
|
||||
lettre = {version = "0.11.18", features = ["builder"]}
|
||||
anyhow = { version = "1.0.99"}
|
||||
anyhow = { version = "1.0.100"}
|
||||
Reference in New Issue
Block a user