Update crates and bump MSRV to 1.82.0

This commit is contained in:
Dustin J. Mitchell 2025-07-10 17:29:28 -04:00
parent 953411bff8
commit cd874bc56a
No known key found for this signature in database
3 changed files with 291 additions and 248 deletions

View file

@ -5,7 +5,7 @@ members = [
"server",
"sqlite",
]
rust-version = "1.81.0" # MSRV
rust-version = "1.82.0" # MSRV
[workspace.dependencies]
uuid = { version = "^1.17.0", features = ["serde", "v4"] }