Bump io_uring dependency to 0.7.5

This commit is contained in:
PThorpe92
2025-04-29 10:38:01 -04:00
parent 3459c1f7dd
commit be5ae7d0e3

View File

@@ -30,7 +30,7 @@ testvfs = ["limbo_ext_tests/static"]
fuzz = []
[target.'cfg(target_os = "linux")'.dependencies]
io-uring = { version = "0.6.1", optional = true }
io-uring = { version = "0.7.5", optional = true }
[target.'cfg(target_family = "unix")'.dependencies]
polling = "3.7.2"