Compare commits

..

No commits in common. "37e71832d850b5eedf384acdacc155f867c48ecc" and "4ce8592179473677b6992ee8a83ffd8a49f6fe7d" have entirely different histories.

2 changed files with 12 additions and 12 deletions

View file

@ -15,6 +15,6 @@ jobs:
- name: Build - name: Build
run: cargo build run: cargo build
# - name: Test - name: Test
# run: cargo test run: cargo test

View file

@ -6,23 +6,23 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
anyhow = { version = "1.0.80", features = ["backtrace"] } anyhow = { version = "1.0.79", features = ["backtrace"] }
if-addrs = "0.11.0" if-addrs = "0.11.0"
rand = "0.8.5" rand = "0.8.5"
chrono = "0.4.34" chrono = "0.4.31"
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.114" serde_json = "1.0.111"
reqwest = "0.11.24" reqwest = "0.11.22"
tokio = { version = "1.36.0", features=["macros", "rt-multi-thread"] } tokio = { version = "1.35.1", features=["macros", "rt-multi-thread"] }
futures = "0.3.30" futures = "0.3.29"
serial_test = "3.0.0" serial_test = "3.0.0"
num-traits = "0.2.18" num-traits = "0.2.17"
num-derive = "0.4.2" num-derive = "0.4.1"
#crypto #crypto
cbc = { version = "0.1.2", features = ["alloc"] } cbc = { version = "0.1.2", features = ["alloc"] }
md5 = "0.7.0" md5 = "0.7.0"
base64 = "0.22.0" base64 = "0.21.7"
hmac = "0.12.1" hmac = "0.12.1"
sha2 = "0.10.8" sha2 = "0.10.8"
aes = "0.8.4" aes = "0.8.3"