pinning dependency versions
This commit is contained in:
parent
c95a94e3d5
commit
e279e41762
@ -14,24 +14,24 @@ repository = "https://github.com/EAimTY/tuic"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
tuic-protocol = { path="../protocol" }
|
tuic-protocol = { path="../protocol" }
|
||||||
|
|
||||||
blake3 = "1.3"
|
blake3 = "1.3.*"
|
||||||
bytes = "1.1"
|
bytes = "1.2.*"
|
||||||
env_logger = { version = "0.9", features = ["humantime"], default-features = false }
|
env_logger = { version = "0.9.*", features = ["humantime"], default-features = false }
|
||||||
futures-util = { version = "0.3", default-features = false }
|
futures-util = { version = "0.3.*", default-features = false }
|
||||||
getopts = "0.2"
|
getopts = "0.2.*"
|
||||||
log = { version = "0.4", features = ["serde", "std"] }
|
log = { version = "0.4.*", features = ["serde", "std"] }
|
||||||
once_cell = "1.12"
|
once_cell = "1.13.*"
|
||||||
parking_lot = "0.12"
|
parking_lot = "0.12.*"
|
||||||
quinn = "0.8"
|
quinn = "0.8.*"
|
||||||
rand = "0.8"
|
rand = "0.8.*"
|
||||||
rustls = { version = "0.20", features = ["quic"], default-features = false }
|
rustls = { version = "0.20.*", features = ["quic"], default-features = false }
|
||||||
rustls-native-certs = "0.6"
|
rustls-native-certs = "0.6.*"
|
||||||
rustls-pemfile = "1.0"
|
rustls-pemfile = "1.0.*"
|
||||||
serde = { version = "1.0", features = ["derive", "std"], default-features = false }
|
serde = { version = "1.0.*", features = ["derive", "std"], default-features = false }
|
||||||
serde_json = { version = "1.0", features = ["std"], default-features = false }
|
serde_json = { version = "1.0.*", features = ["std"], default-features = false }
|
||||||
socket2 = "0.4"
|
socket2 = "0.4.*"
|
||||||
socks5-proto = "0.3"
|
socks5-proto = "0.3.*"
|
||||||
socks5-server = "0.8"
|
socks5-server = "0.8.*"
|
||||||
thiserror = "1.0"
|
thiserror = "1.0.*"
|
||||||
tokio = { version = "1.19", features = ["io-util", "macros", "net", "parking_lot", "rt-multi-thread", "sync", "time"] }
|
tokio = { version = "1.20.*", features = ["io-util", "macros", "net", "parking_lot", "rt-multi-thread", "sync", "time"] }
|
||||||
webpki = { version = "0.22", default-features = false }
|
webpki = { version = "0.22.*", default-features = false }
|
||||||
|
@ -12,6 +12,6 @@ license = "GPL-3.0-or-later"
|
|||||||
repository = "https://github.com/EAimTY/tuic"
|
repository = "https://github.com/EAimTY/tuic"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
byteorder = "1.4"
|
byteorder = "1.4.*"
|
||||||
bytes = "1.1"
|
bytes = "1.2.*"
|
||||||
tokio = { version = "1.19", features = ["io-util"] }
|
tokio = { version = "1.20.*", features = ["io-util"] }
|
||||||
|
@ -14,19 +14,19 @@ repository = "https://github.com/EAimTY/tuic"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
tuic-protocol = { path="../protocol" }
|
tuic-protocol = { path="../protocol" }
|
||||||
|
|
||||||
blake3 = "1.3"
|
blake3 = "1.3.*"
|
||||||
bytes = "1.1"
|
bytes = "1.2.*"
|
||||||
crossbeam-utils = { version = "0.8", default-features = false }
|
crossbeam-utils = { version = "0.8.*", default-features = false }
|
||||||
env_logger = { version = "0.9", features = ["humantime"], default-features = false }
|
env_logger = { version = "0.9.*", features = ["humantime"], default-features = false }
|
||||||
futures-util = { version = "0.3", default-features = false }
|
futures-util = { version = "0.3.*", default-features = false }
|
||||||
getopts = "0.2"
|
getopts = "0.2.*"
|
||||||
log = { version = "0.4", features = ["serde", "std"] }
|
log = { version = "0.4.*", features = ["serde", "std"] }
|
||||||
parking_lot = { version = "0.12", features = ["send_guard"] }
|
parking_lot = { version = "0.12.*", features = ["send_guard"] }
|
||||||
quinn = "0.8"
|
quinn = "0.8.*"
|
||||||
rustls = { version = "0.20", features = ["quic"], default-features = false }
|
rustls = { version = "0.20.*", features = ["quic"], default-features = false }
|
||||||
rustls-pemfile = "1.0"
|
rustls-pemfile = "1.0.*"
|
||||||
serde = { version = "1.0", features = ["derive", "std"], default-features = false }
|
serde = { version = "1.0.*", features = ["derive", "std"], default-features = false }
|
||||||
serde_json = { version = "1.0", features = ["std"], default-features = false }
|
serde_json = { version = "1.0.*", features = ["std"], default-features = false }
|
||||||
socket2 = "0.4"
|
socket2 = "0.4.*"
|
||||||
thiserror = "1.0"
|
thiserror = "1.0.*"
|
||||||
tokio = { version = "1.19", features = ["io-util", "macros", "net", "parking_lot", "rt-multi-thread", "sync", "time"] }
|
tokio = { version = "1.20.*", features = ["io-util", "macros", "net", "parking_lot", "rt-multi-thread", "sync", "time"] }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user