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,7 +11,7 @@ edition.workspace = true
license.workspace = true
[dependencies]
tempfile = "3.10.1"
thiserror = "1.0.61"
tracing = "0.1.40"
uuid = { version = "1.10.0", features = ["serde", "v4"] }
tempfile = "3.15.0"
thiserror = "1.0.69"
tracing = "0.1.41"
uuid = { version = "1.11.0", features = ["serde", "v4"] }