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"]
|
tls = ["ureq/tls"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
byteorder = "1.5"
|
url = "2.5.8"
|
||||||
bzip2-rs = "0.1"
|
byteorder = "1.5.0"
|
||||||
crc32fast = "1.5"
|
bzip2-rs = "0.1.2"
|
||||||
base64 = "0.22.0"
|
crc32fast = "1.5.0"
|
||||||
|
base64 = "0.22.1"
|
||||||
encoding_rs = "0.8"
|
encoding_rs = "0.8.35"
|
||||||
ureq = { version = "2.12", default-features = false, features = ["gzip", "json"] }
|
serde_json = { version = "1.0.149" }
|
||||||
url = "2"
|
serde = { version = "1.0.228", features = ["derive"] }
|
||||||
|
ureq = { version = "2.12.1", default-features = false, features = ["gzip", "json"] }
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
phf = { version = "0.13.1", optional = true, features = ["macros"] }
|
||||||
serde_json = { version = "1.0" }
|
clap = { version = "4.5.60", optional = true, features = ["derive"] }
|
||||||
|
pcap-file = { version = "2.0.0", optional = true }
|
||||||
phf = { version = "0.13", optional = true, features = ["macros"] }
|
pnet_packet = { version = "0.35.0", optional = true }
|
||||||
|
lazy_static = { version = "1.5.0", optional = true }
|
||||||
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 }
|
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
gamedig-id-tests = { path = "../id-tests", default-features = false }
|
gamedig-id-tests = { path = "../id-tests", default-features = false }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue