Upgrade compatible dependencies

This commit is contained in:
Clément Renault 2025-01-08 13:52:14 +01:00
parent 0e6b6bd130
commit b997039a91
No known key found for this signature in database
GPG key ID: F250A4C4E3AE5F5F
16 changed files with 301 additions and 255 deletions

View file

@ -11,8 +11,8 @@ license.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
time = { version = "0.3.36", features = ["parsing"] }
time = { version = "0.3.37", features = ["parsing"] }
[build-dependencies]
anyhow = "1.0.86"
vergen-git2 = "1.0.0"
anyhow = "1.0.95"
vergen-git2 = "1.0.2"