chore: update deps by allowing bumps + add uuid

This commit is contained in:
sanix-darker
2024-07-11 16:47:44 +02:00
parent e24bbcc6eb
commit 3c49f0e055
3 changed files with 246 additions and 39 deletions
+6 -5
View File
@@ -5,11 +5,12 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
reqwest = { version = "0.11", features = ["json", "blocking"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
log = "0.4"
thiserror = "1.0"
reqwest = { version = "^0.12", features = ["json", "blocking"] }
serde = { version = "^1.0", features = ["derive"] }
serde_json = "^1.0"
log = "^0.4"
thiserror = "^1.0"
uuid = { version = "^1.10", features = ["v4"] }
[dependencies.tokio]
version = "1"