updated vulnerable deps time and rustix

This commit is contained in:
specCon18 2024-04-13 08:09:51 -04:00
parent 5a6d67d1df
commit b42a73ccfd

View file

@ -23,3 +23,5 @@ tower = "0.4.13"
tower-http = { version = "0.4.3", features = ["fs"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
rustix = { version = "0.38.32" }
time = { version = "0.3.36" }