mirror of
https://github.com/warp-tech/warpgate.git
synced 2025-02-24 23:45:18 +08:00
Merge branch 'main' of https://github.com/warp-tech/warpgate into main
This commit is contained in:
commit
c0446063dd
6 changed files with 47 additions and 47 deletions
84
Cargo.lock
generated
84
Cargo.lock
generated
|
@ -320,7 +320,7 @@ dependencies = [
|
|||
"async-trait",
|
||||
"axum-core",
|
||||
"bitflags",
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"futures-util",
|
||||
"http",
|
||||
"http-body",
|
||||
|
@ -347,7 +347,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "d3ddbd16eabff8b45f21b98671fddcc93daaa7ac4c84f8473693437226040de5"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"futures-util",
|
||||
"http",
|
||||
"http-body",
|
||||
|
@ -573,9 +573,9 @@ checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
|
|||
|
||||
[[package]]
|
||||
name = "bytes"
|
||||
version = "1.2.0"
|
||||
version = "1.2.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f0b3de4a0c5e67e16066a0715723abd91edc2f9001d09c46e1dca929351e130e"
|
||||
checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db"
|
||||
|
||||
[[package]]
|
||||
name = "cache-padded"
|
||||
|
@ -646,16 +646,16 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "clap"
|
||||
version = "3.2.2"
|
||||
version = "3.2.16"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8e538f9ee5aa3b3963f09a997035f883677966ed50fce0292611927ce6f6d8c6"
|
||||
checksum = "a3dbbb6653e7c55cc8595ad3e1f7be8f32aba4eb7ff7f0fd1163d4f3d137c0a9"
|
||||
dependencies = [
|
||||
"atty",
|
||||
"bitflags",
|
||||
"clap_derive",
|
||||
"clap_lex",
|
||||
"indexmap",
|
||||
"lazy_static",
|
||||
"once_cell",
|
||||
"strsim",
|
||||
"termcolor",
|
||||
"textwrap",
|
||||
|
@ -663,9 +663,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "clap_derive"
|
||||
version = "3.2.2"
|
||||
version = "3.2.15"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a7f98063cac4652f23ccda556b8d04347a7fc4b2cff1f7577cc8c6546e0d8078"
|
||||
checksum = "9ba52acd3b0a5c33aeada5cdaa3267cdc7c594a98731d4268cdc1532f4264cb4"
|
||||
dependencies = [
|
||||
"heck 0.4.0",
|
||||
"proc-macro-error",
|
||||
|
@ -1421,7 +1421,7 @@ version = "0.3.13"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"
|
||||
dependencies = [
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"fnv",
|
||||
"futures-core",
|
||||
"futures-sink",
|
||||
|
@ -1473,7 +1473,7 @@ checksum = "4cff78e5788be1e0ab65b04d306b2ed5092c815ec97ec70f4ebd5aee158aa55d"
|
|||
dependencies = [
|
||||
"base64 0.13.0",
|
||||
"bitflags",
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"headers-core",
|
||||
"http",
|
||||
"httpdate",
|
||||
|
@ -1557,7 +1557,7 @@ version = "0.2.8"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
|
||||
dependencies = [
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"fnv",
|
||||
"itoa",
|
||||
]
|
||||
|
@ -1568,7 +1568,7 @@ version = "0.4.4"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"
|
||||
dependencies = [
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"http",
|
||||
"pin-project-lite",
|
||||
]
|
||||
|
@ -1622,7 +1622,7 @@ version = "0.14.18"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b26ae0a80afebe130861d90abf98e3814a4f28a4c6ffeb5ab8ebb2be311e0ef2"
|
||||
dependencies = [
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"futures-channel",
|
||||
"futures-core",
|
||||
"futures-util",
|
||||
|
@ -1671,7 +1671,7 @@ version = "0.5.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
||||
dependencies = [
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"hyper",
|
||||
"native-tls",
|
||||
"tokio",
|
||||
|
@ -2070,7 +2070,7 @@ version = "2.0.2"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5f8f35e687561d5c1667590911e6698a8cb714a134a7505718a182e7bc9d3836"
|
||||
dependencies = [
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"encoding_rs",
|
||||
"futures-util",
|
||||
"http",
|
||||
|
@ -2095,7 +2095,7 @@ dependencies = [
|
|||
"bitflags",
|
||||
"bitvec",
|
||||
"byteorder",
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"cc",
|
||||
"cmake",
|
||||
"crc32fast",
|
||||
|
@ -2544,14 +2544,14 @@ checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
|
|||
|
||||
[[package]]
|
||||
name = "poem"
|
||||
version = "1.3.36"
|
||||
version = "1.3.37"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7a260152a44778144c80c2a95669b3a1cee31647890656d1171682585624e047"
|
||||
checksum = "d32a8bae34cba035697c657407afe7a2320a54d784b675563295fbfdb95800d1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
"base64 0.13.0",
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"chrono",
|
||||
"cookie",
|
||||
"futures-util",
|
||||
|
@ -2591,9 +2591,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "poem-derive"
|
||||
version = "1.3.36"
|
||||
version = "1.3.37"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "bba0cd7e1095b51b8529c4ea14926f454f11cad5b47f130aa1ac632df3055a7b"
|
||||
checksum = "89e552b64687fed43ac320a0a7946ea78fa6f65defa82233fd2fdec5b9ac9eaa"
|
||||
dependencies = [
|
||||
"proc-macro-crate",
|
||||
"proc-macro2",
|
||||
|
@ -2608,7 +2608,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "6410fb35798b39e6f4d31dbe208b32238f35a3e322b44a1b58770d4c4b974f3a"
|
||||
dependencies = [
|
||||
"base64 0.13.0",
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"chrono",
|
||||
"derive_more",
|
||||
"futures-util",
|
||||
|
@ -2678,7 +2678,7 @@ checksum = "878c6cbf956e03af9aa8204b407b9cbf47c072164800aa918c516cd4b056c50c"
|
|||
dependencies = [
|
||||
"base64 0.13.0",
|
||||
"byteorder",
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"fallible-iterator",
|
||||
"hmac 0.12.1",
|
||||
"md-5",
|
||||
|
@ -2694,7 +2694,7 @@ version = "0.2.3"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ebd6e8b7189a73169290e89bd24c771071f1012d8fe6f738f5226531f0b03d89"
|
||||
dependencies = [
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"chrono",
|
||||
"fallible-iterator",
|
||||
"postgres-protocol",
|
||||
|
@ -2774,7 +2774,7 @@ version = "0.10.1"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a07b0857a71a8cb765763950499cae2413c3f9cede1133478c43600d9e146890"
|
||||
dependencies = [
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"prost-derive",
|
||||
]
|
||||
|
||||
|
@ -2797,7 +2797,7 @@ version = "0.10.1"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2d0a014229361011dc8e69c8a1ec6c2e8d0f2af7c91e3ea3f5b2170298461e68"
|
||||
dependencies = [
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"prost",
|
||||
]
|
||||
|
||||
|
@ -2931,7 +2931,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "b75aa69a3f06bbcc66ede33af2af253c6f7a86b1ca0033f60c580a27074fbf92"
|
||||
dependencies = [
|
||||
"base64 0.13.0",
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"encoding_rs",
|
||||
"futures-core",
|
||||
"futures-util",
|
||||
|
@ -3162,9 +3162,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "rustls-pemfile"
|
||||
version = "1.0.0"
|
||||
version = "1.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9"
|
||||
checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55"
|
||||
dependencies = [
|
||||
"base64 0.13.0",
|
||||
]
|
||||
|
@ -3610,7 +3610,7 @@ dependencies = [
|
|||
"atoi",
|
||||
"bitflags",
|
||||
"byteorder",
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"chrono",
|
||||
"crc",
|
||||
"crossbeam-queue",
|
||||
|
@ -3870,7 +3870,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "7a8325f63a7d4774dd041e363b2409ed1c5cbbd0f867795e661df066b2b0a581"
|
||||
dependencies = [
|
||||
"autocfg",
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"libc",
|
||||
"memchr",
|
||||
"mio",
|
||||
|
@ -3959,7 +3959,7 @@ version = "0.7.1"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0edfdeb067411dba2044da6d1cb2df793dd35add7888d73c16e3381ded401764"
|
||||
dependencies = [
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"futures-core",
|
||||
"futures-sink",
|
||||
"pin-project-lite",
|
||||
|
@ -3986,7 +3986,7 @@ dependencies = [
|
|||
"async-trait",
|
||||
"axum",
|
||||
"base64 0.13.0",
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"futures-core",
|
||||
"futures-util",
|
||||
"h2",
|
||||
|
@ -4050,7 +4050,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "aba3f3efabf7fb41fae8534fc20a817013dd1c12cb45441efb6c82e6556b4cd8"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"futures-core",
|
||||
"futures-util",
|
||||
"http",
|
||||
|
@ -4162,7 +4162,7 @@ checksum = "e27992fd6a8c29ee7eef28fc78349aa244134e10ad447ce3b9f0ac0ed0fa4ce0"
|
|||
dependencies = [
|
||||
"base64 0.13.0",
|
||||
"byteorder",
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"http",
|
||||
"httparse",
|
||||
"log",
|
||||
|
@ -4364,7 +4364,7 @@ dependencies = [
|
|||
"anyhow",
|
||||
"async-trait",
|
||||
"atty",
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"clap",
|
||||
"config",
|
||||
"console",
|
||||
|
@ -4396,7 +4396,7 @@ version = "0.4.0"
|
|||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"chrono",
|
||||
"futures",
|
||||
"hex",
|
||||
|
@ -4425,7 +4425,7 @@ dependencies = [
|
|||
"anyhow",
|
||||
"argon2",
|
||||
"async-trait",
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"chrono",
|
||||
"data-encoding",
|
||||
"humantime-serde",
|
||||
|
@ -4461,7 +4461,7 @@ name = "warpgate-database-protocols"
|
|||
version = "0.4.0"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"futures-core",
|
||||
"futures-util",
|
||||
"memchr",
|
||||
|
@ -4527,7 +4527,7 @@ version = "0.4.0"
|
|||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"mysql_common",
|
||||
"once_cell",
|
||||
"password-hash 0.2.3",
|
||||
|
@ -4555,7 +4555,7 @@ dependencies = [
|
|||
"anyhow",
|
||||
"async-trait",
|
||||
"bimap",
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"dialoguer",
|
||||
"futures",
|
||||
"russh",
|
||||
|
|
|
@ -12,7 +12,7 @@ chrono = "0.4"
|
|||
futures = "0.3"
|
||||
hex = "0.4"
|
||||
mime_guess = { version = "2.0", default_features = false }
|
||||
poem = { version = "^1.3.36", features = [
|
||||
poem = { version = "^1.3.37", features = [
|
||||
"cookie",
|
||||
"session",
|
||||
"anyhow",
|
||||
|
|
|
@ -16,7 +16,7 @@ lazy_static = "1.4"
|
|||
once_cell = "1.10"
|
||||
packet = "0.1"
|
||||
password-hash = "0.4"
|
||||
poem = { version = "^1.3.36", features = ["rustls"] }
|
||||
poem = { version = "^1.3.37", features = ["rustls"] }
|
||||
poem-openapi = { version = "^2.0.6", features = [
|
||||
"swagger-ui",
|
||||
"chrono",
|
||||
|
|
|
@ -14,7 +14,7 @@ authors = [
|
|||
[dependencies]
|
||||
tokio = { version = "1.20", features = ["io-util"] }
|
||||
bitflags = { version = "1.3", default-features = false }
|
||||
bytes = "1.1"
|
||||
bytes = "1.2"
|
||||
futures-core = { version = "0.3", default-features = false }
|
||||
futures-util = { version = "0.3", default-features = false, features = [
|
||||
"alloc",
|
||||
|
|
|
@ -13,7 +13,7 @@ delegate = "0.6"
|
|||
futures = "0.3"
|
||||
http = "0.2"
|
||||
lazy_static = "1.4"
|
||||
poem = {version = "^1.3.36", features = ["cookie", "session", "anyhow", "rustls", "websocket", "sse", "embed"]}
|
||||
poem = {version = "^1.3.37", features = ["cookie", "session", "anyhow", "rustls", "websocket", "sse", "embed"]}
|
||||
poem-openapi = {version = "^2.0.6", features = ["swagger-ui"]}
|
||||
reqwest = {version = "0.11", features = ["rustls-tls-native-roots", "stream"]}
|
||||
serde = "1.0"
|
||||
|
|
|
@ -13,7 +13,7 @@ async-trait = "0.1"
|
|||
tokio = { version = "1.20", features = ["tracing", "signal"] }
|
||||
tracing = "0.1"
|
||||
uuid = { version = "1.0", features = ["v4"] }
|
||||
bytes = "1.1"
|
||||
bytes = "1.2"
|
||||
mysql_common = "0.29"
|
||||
rand = "0.8"
|
||||
sha1 = "0.10.1"
|
||||
|
|
Loading…
Reference in a new issue