diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f59f4387..c58b56cf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -375,6 +375,7 @@ jobs: - name: Use specific dependency versions for Rust 1.70 compatibility. run: | cargo update --package=once_cell --precise=1.20.3 + cargo update --package=uuid --precise=1.20.0 # Don't use --all-features because some of the features have dependencies # that don't work on newer Rust versions.