From 4358b9135a3506620462d3e4d4bb8f55c8d9077c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 23:42:38 +0000 Subject: [PATCH 1/2] chore(deps): update github/codeql-action digest to 5883c13 --- .github/workflows/rust-clippy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 08710fa20b203dcdcff75df26fde1212890047eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 23:42:43 +0000 Subject: [PATCH 2/2] fix(deps): update rust crate uuid to 1.2.2 --- server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]}