Janitor: dependency updates

This commit is contained in:
Olivier Goffart 2024-01-22 12:36:32 +01:00
parent 43d1f62fb1
commit 5a43f3b8af
4 changed files with 4 additions and 4 deletions

View file

@ -13,7 +13,7 @@ include(FetchContent)
FetchContent_Declare(
Corrosion
GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git
GIT_TAG v0.4.6
GIT_TAG v0.4.7
)
FetchContent_MakeAvailable(Corrosion)