This commit is contained in:
Edgar 2023-03-23 08:23:51 +01:00
parent 6f7ce7ce75
commit 285963397b
No known key found for this signature in database
GPG Key ID: 70ADAE8F35904387
1 changed files with 6 additions and 6 deletions

View File

@ -13,12 +13,12 @@ edition = "2021"
[dependencies]
reqwest = { version = "0.11.14", default-features = false, features = ["json"] }
serde = { version = "1.0.154", features = ["derive"] }
reqwest = { version = "0.11.15", default-features = false, features = ["json"] }
serde = { version = "1.0.158", features = ["derive"] }
serde_json = "1.0.94"
serde_with = "2.3.0"
chrono = { version = "0.4.23", features = ["serde"] }
jsonwebtoken = "8.2.0"
serde_with = "2.3.1"
chrono = { version = "0.4.24", features = ["serde"] }
jsonwebtoken = "8.3.0"
base64 = "0.21.0"
log = "0.4.17"
bytes = "1.4.0"
@ -27,7 +27,7 @@ serde_qs = "0.12.0"
[dev-dependencies]
tokio = { version = "1.26.0", features = ["macros", "rt-multi-thread"] }
dotenvy = "0.15.6"
dotenvy = "0.15.7"
color-eyre = "0.6.2"
wiremock = "0.5.17"