Skip to content

Commit

Permalink
Update Rust crate uuid to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 17, 2024
1 parent f22a478 commit bd77004
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdp-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ serde = { version = "1.0", features = ["derive"] }
kube = { version = "0.87.1", default-features = false, features = ["admission", "rustls-tls", "derive", "client", "runtime"] }
k8s-openapi = { version = "0.20.0", features = ["latest"]}
schemars = "0.8.16"
uuid = { version = "1.6.1", features = ["v4", "fast-rng"] }
uuid = { version = "1.8.0", features = ["v4", "fast-rng"] }
reqwest = { version = "0.11", features = ["hyper-rustls", "json"] }
http = "0.2.12"
log = "0.4.21"
Expand Down
2 changes: 1 addition & 1 deletion sdp-identity-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ kube = { version = "0.87.1", default-features = false, features = ["admission",
k8s-openapi = { version = "0.20.0", features = ["latest"]}
futures = "^0.3.30"
log = "0.4.21"
uuid = { version = "1.6.1", features = ["v4", "fast-rng"] }
uuid = { version = "1.8.0", features = ["v4", "fast-rng"] }
json-patch = "*"
clap = { version = "4.4.10", features = ["derive"] }
log4rs = "1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion sdp-injector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ futures-util = "0.3"
http = "0.2.12"
log = "0.4.21"
json-patch = "*"
uuid = { version = "1.6.1", features = ["v4", "fast-rng"] }
uuid = { version = "1.8.0", features = ["v4", "fast-rng"] }
futures = "0.3.30"
log4rs = "1.2.0"
notify = { version = "6.1.1", default-features = false, features=["macos_kqueue"] }
Expand Down

0 comments on commit bd77004

Please sign in to comment.