Pin dependencies
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-10-27 20:12:46 +00:00
parent b70cf5e25d
commit adab603511
7 changed files with 97 additions and 70 deletions

View File

@@ -6,12 +6,12 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.0", features = ["full"] }
tokio = { version = "1.21", features = ["full"] }
anyhow = { version = "*" }
async-trait = { version = "0.1.56" }
async-trait = { version = "0.1.58" }
futures = "0.3.21"
tracing = "0.1"
lazy_static = "1.4.0"
regex = { version = "1.5.5" }
thiserror = "1.0.31"
uuid = {version = "1.1.2", features = ["v4", "fast-rng"]}
regex = { version = "1.6.0" }
thiserror = "1.0.37"
uuid = {version = "1.2.1", features = ["v4", "fast-rng"]}