ogham / dog

A command-line DNS client.
https://dns.lookup.dog/
European Union Public License 1.2
6.19k stars 177 forks source link

Update Cargo dependencies #112

Open martinetd opened 1 year ago

martinetd commented 1 year ago

our openssl-sys package is too old to support systems with openssl 3.0, running cargo update fixes that issue and is still compatible with older versions.

Also checked tests pass and used dog a bit with no issue.

Fixes: #98