Skip to content

Commit cd0c293

Browse files
authored
Merge pull request #21 from vxshug/main
fix: modify device information
2 parents 12efe64 + db3bf79 commit cd0c293

File tree

6 files changed

+95
-213
lines changed

6 files changed

+95
-213
lines changed

Cargo.lock

Lines changed: 66 additions & 108 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ utils = { path = "./utils" }
2424
common_define = { path = "./common_define" }
2525
migration = { path = "./migration" }
2626
hash_name = { path = "./hash_name" }
27-
openssl = { version = "0.10", features = ["vendored"] }
2827
accept-language = "3.1.0"
2928
aes = "0.8.4"
3029
arc-swap = "1.7.1"
@@ -58,9 +57,9 @@ jwt = "0.16.0"
5857
hex = "0.4"
5958
hmac-sha1 = "0.2"
6059
language-tags = "0.3.2"
61-
lettre = "0.11"
60+
lettre = { version = "0.11", default-features = false, features = ["smtp-transport", "tokio1-rustls-tls","hostname", "pool", "builder"] }
6261
lorawan = "0.7.3"
63-
influxdb2 = "0.5.2"
62+
influxdb2 = { version = "0.5.2", default-features = false, features = [ "rustls" ] }
6463
influxdb2-structmap = "0.2"
6564
influxdb2-derive = "0.1.1"
6665
num-traits = "0.2"
@@ -76,13 +75,12 @@ rand = "0.8"
7675
redis = "0.26.1"
7776
redis-derive = "0.1"
7877
redis-macros = "0.4.0"
79-
reqwest = "0.11"
78+
reqwest = { version = "0.11", default-features = false, features = [ "rustls-tls-native-roots"] }
8079
rsa = "0.9"
8180
rust-i18n = "3.0.1"
8281
rust-embed = "8"
8382
itertools = "0.13.0"
8483
x509-parser = "0.17.0"
85-
tokio-native-tls = "0.3.1"
8684
tokio-rustls = "0.26.1"
8785
rustls-pemfile = "2.1.1"
8886
async-tungstenite = "0.25.1"

0 commit comments

Comments
 (0)