Merge pull request #3224 from davidhewitt/msrv-log

ci: pin log for msrv
This commit is contained in:
David Hewitt 2023-06-11 20:05:25 +00:00 committed by GitHub
commit 56a43bc078
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -465,6 +465,7 @@ def set_minimal_package_versions(session: nox.Session):
"rust_decimal": "1.26.1",
"csv": "1.1.6",
"hashbrown": "0.12.3",
"log": "0.4.17",
"once_cell": "1.17.2",
"rayon": "1.6.1",
"rayon-core": "1.10.2",