diff options
| author | mat <github@matdoes.dev> | 2022-06-24 03:50:19 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-06-24 03:50:19 -0500 |
| commit | 3fcbfc794e433c5b8cd6b36d094ce1b78d997ba6 (patch) | |
| tree | 97c469f176b4558147f3846a36999b09a2eb6b35 /Cargo.lock | |
| parent | 1bee59651f77b8dd5adbeefd9d402f488ae0e55f (diff) | |
| download | azalea-drasl-3fcbfc794e433c5b8cd6b36d094ce1b78d997ba6.tar.xz | |
Upgrade crates and remove num_* deps
Diffstat (limited to 'Cargo.lock')
| -rwxr-xr-x | Cargo.lock | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -167,12 +167,9 @@ dependencies = [ "byteorder", "bytes", "flate2", - "num-derive", - "num-traits", "packet-macros", "serde", "serde_json", - "thiserror", "tokio", "tokio-util", "trust-dns-resolver", @@ -1420,9 +1417,9 @@ dependencies = [ [[package]] name = "uuid" -version = "0.8.2" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" +checksum = "dd6469f4314d5f1ffec476e05f17cc9a78bc7a27a6a857842170bdf8d6f98d2f" [[package]] name = "version_check" |
