# Conflicts:
#	mcp_server_collection/Cargo.toml
This commit is contained in:
2026-05-24 13:02:13 +02:00
9 changed files with 398 additions and 53 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ uuid = { version = "1.23.1", features = ["v4"], optional = true }
tower-http = { version = "0.6.11", features = ["auth"], optional = true }
thiserror = { version = "2.0.18", optional = true }
libdav = { version = "0.10.5", optional = true }
icalendar = { version = "0.17.10", optional = true, features = ["chrono-tz"] }
icalendar = { version = "0.17.10", optional = true, features = ["chrono-tz", "recurrence"] }
hyper-util = { version = "0.1.20", optional = true }
http = { version = "1.4.0", optional = true }
hyper-rustls = { version = "0.27.7", optional = true }