warning C4996: 'EAssetRegistryDependencyType::Type' No longer used In 5.4

I am using engine version 5.4. When compiling HotPatcher plugin, it warns me that API is out of date and tells me to replace the original code with a new API, but I can’t find a new version of the code to solve the problem? Who can help me solve this problem? :

D:\Projects\UE54\NetRoomTest\Plugins\HotPatcher\Source\HotPatcherRuntime\Public\FlibAssetManageHelper.h(109): warning C4996: ‘EAssetRegistryDependencyType::Type’: No longer used Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.

i have the same problem,have you solve it?

This warning says that this thing will not compile in next version (so 5.5). You don’t need to do anything with it, someone who provides this plugin will need to update deprecated code when adjusting plugin for 5.5