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

This commit is contained in:
Pierre HUBERT 2023-07-16 00:15:56 +00:00
parent 1257a637b1
commit 067332b116
2 changed files with 3 additions and 3 deletions

4
rust/Cargo.lock generated
View File

@ -1741,9 +1741,9 @@ dependencies = [
[[package]]
name = "semver"
version = "1.0.17"
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918"
[[package]]
name = "serde"

View File

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