Upgrade dependencies

This commit is contained in:
Ivan Molodetskikh
2023-10-13 07:37:37 +04:00
parent cc259f9a34
commit b8e6d4b7eb
2 changed files with 84 additions and 71 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ pipewire = { version = "0.7.2", optional = true }
portable-atomic = { version = "1.4.3", default-features = false, features = ["float"] }
profiling = "1.0.11"
sd-notify = "0.4.1"
serde = { version = "1.0.188", features = ["derive"] }
serde = { version = "1.0.189", features = ["derive"] }
time = { version = "0.3.29", features = ["formatting", "local-offset", "macros"] }
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
tracing = { version = "0.1.37", features = ["max_level_trace", "release_max_level_debug"] }