vcard icon indicating copy to clipboard operation
vcard copied to clipboard

Update `validators` dep

Open hirschenberger opened this issue 1 year ago • 3 comments

There's a deprecation warning when compiling with the phone-number feature.

warning: the following packages contain code that will be rejected by a future version of Rust: quick-xml v0.17.2

It comes from the dependency chain:

quick-xml v0.17.2
└── phonenumber v0.2.5+8.11.3
    └── validators v0.20.19
        └── vcard v0.4.13

hirschenberger avatar Feb 09 '24 12:02 hirschenberger

@magiclen Can you please update the validators dependency before my code breaks?

hirschenberger avatar Jan 07 '25 10:01 hirschenberger