mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
chore(deps): update dependency versions and clean up cargo.toml
This commit is contained in:
parent
4ea333f16b
commit
b0725834e4
1 changed files with 20 additions and 25 deletions
|
|
@ -38,25 +38,20 @@ packet_capture = ["dep:pcap-file", "dep:pnet_packet", "dep:lazy_static"]
|
|||
tls = ["ureq/tls"]
|
||||
|
||||
[dependencies]
|
||||
byteorder = "1.5"
|
||||
bzip2-rs = "0.1"
|
||||
crc32fast = "1.5"
|
||||
base64 = "0.22.0"
|
||||
|
||||
encoding_rs = "0.8"
|
||||
ureq = { version = "2.12", default-features = false, features = ["gzip", "json"] }
|
||||
url = "2"
|
||||
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = { version = "1.0" }
|
||||
|
||||
phf = { version = "0.13", optional = true, features = ["macros"] }
|
||||
|
||||
clap = { version = "4.5", optional = true, features = ["derive"] }
|
||||
|
||||
pcap-file = { version = "2.0", optional = true }
|
||||
pnet_packet = { version = "0.35", optional = true }
|
||||
lazy_static = { version = "1.5", optional = true }
|
||||
url = "2.5.8"
|
||||
byteorder = "1.5.0"
|
||||
bzip2-rs = "0.1.2"
|
||||
crc32fast = "1.5.0"
|
||||
base64 = "0.22.1"
|
||||
encoding_rs = "0.8.35"
|
||||
serde_json = { version = "1.0.149" }
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
ureq = { version = "2.12.1", default-features = false, features = ["gzip", "json"] }
|
||||
phf = { version = "0.13.1", optional = true, features = ["macros"] }
|
||||
clap = { version = "4.5.60", optional = true, features = ["derive"] }
|
||||
pcap-file = { version = "2.0.0", optional = true }
|
||||
pnet_packet = { version = "0.35.0", optional = true }
|
||||
lazy_static = { version = "1.5.0", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
gamedig-id-tests = { path = "../id-tests", default-features = false }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue