Update Rust crate semver to 1.0.19
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-09-23 00:09:28 +00:00
parent c476171e7a
commit 92a4f8b2f7
2 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ uuid = { version = "1.4.1", features = ["v4"] }
rand = "0.8.5"
serde_with = "3.3.0"
tokio = { version = "1", features = ["full"] }
semver = "1.0.18"
semver = "1.0.19"
[dev-dependencies]
#reqwest = { version = "0.11.11", default-features = false, features = ["json", "rustls-tls"] }