mirror of
https://github.com/chatmail/core.git
synced 2026-09-22 04:58:47 +03:00
chore(cargo): introduce syn 3 dependency
It is now used by at the latest versions of anyhow and thiserror, so we will eventually have this duplicate dependency anyway.
This commit is contained in:
@@ -90,6 +90,7 @@ skip = [
|
||||
{ name = "strum_macros", version = "0.26.2" },
|
||||
{ name = "strum", version = "0.26.2" },
|
||||
{ name = "syn", version = "1.0.109" },
|
||||
{ name = "syn", version = "2.0.118" },
|
||||
{ name = "thiserror-impl", version = "1.0.69" },
|
||||
{ name = "thiserror", version = "1.0.69" },
|
||||
{ name = "toml_datetime", version = "0.6.11" },
|
||||
|
||||
Reference in New Issue
Block a user