diff --git a/.github/workflows/rust-clippy.yml b/.github/workflows/rust-clippy.yml index 453a7c3ae..0ecc38f2a 100644 --- a/.github/workflows/rust-clippy.yml +++ b/.github/workflows/rust-clippy.yml @@ -55,7 +55,7 @@ jobs: continue-on-error: true - name: Upload analysis results to GitHub - uses: github/codeql-action/upload-sarif@33b10be6bf0b751c776ae2799b0f044885a8fa8f + uses: github/codeql-action/upload-sarif@5883c1340695e6164d7a869a5b4b63af1e28d6d9 with: sarif_file: rust-clippy-results.sarif wait-for-processing: true diff --git a/server/Cargo.toml b/server/Cargo.toml index 7a20beaf7..0d4c126c5 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -37,7 +37,7 @@ encodings = "0.1.0" tracing = "0.1.37" # Primitives -uuid = { version = "1.2.1", features = ["serde", "v4"] } +uuid = { version = "1.2.2", features = ["serde", "v4"] } # default-features only false until new release @note chrono = { version="0.4.23", default-features = false, features = ["clock"]}