mirror of
https://codeberg.org/icewind/tasproxy.git
synced 2026-06-03 18:24:08 +02:00
bump dependencies
This commit is contained in:
parent
b4bb43820b
commit
9be28dc1e8
3 changed files with 476 additions and 494 deletions
978
Cargo.lock
generated
978
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
14
Cargo.toml
14
Cargo.toml
|
|
@ -7,17 +7,17 @@ license = "MIT OR Apache-2.0"
|
||||||
repository = "https://github.com/icewind1991/tasproxy"
|
repository = "https://github.com/icewind1991/tasproxy"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rumqttc = "0.23.0"
|
rumqttc = "0.24.0"
|
||||||
tokio = { version = "1.35.1", features = ["macros", "rt-multi-thread", "signal"] }
|
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread", "signal"] }
|
||||||
futures-util = "0.3.30"
|
futures-util = "0.3.30"
|
||||||
dashmap = "5.5.3"
|
dashmap = "5.5.3"
|
||||||
json = "0.12.4"
|
json = "0.12.4"
|
||||||
warp = "0.3.6"
|
warp = "0.3.7"
|
||||||
dotenv = "0.15.0"
|
dotenv = "0.15.0"
|
||||||
color-eyre = "0.6.2"
|
color-eyre = "0.6.3"
|
||||||
async-stream = "0.3.5"
|
async-stream = "0.3.5"
|
||||||
pin-utils = "0.1.0"
|
pin-utils = "0.1.0"
|
||||||
hostname = "0.3.1"
|
hostname = "0.4.0"
|
||||||
warp-reverse-proxy = { version = "1.0.0", default_features = false, features = ["rustls-tls"] }
|
warp-reverse-proxy = { version = "1.0.0", default_features = false, features = ["rustls-tls"] }
|
||||||
tokio-stream = { version = "0.1.14", features = ["net"] }
|
tokio-stream = { version = "0.1.15", features = ["net"] }
|
||||||
base64 = "0.21.7"
|
base64 = "0.22.1"
|
||||||
|
|
|
||||||
12
flake.lock
generated
12
flake.lock
generated
|
|
@ -5,11 +5,11 @@
|
||||||
"systems": "systems"
|
"systems": "systems"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1701680307,
|
"lastModified": 1710146030,
|
||||||
"narHash": "sha256-kAuep2h5ajznlPMD9rnQyffWG8EM/C73lejGofXvdM8=",
|
"narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=",
|
||||||
"owner": "numtide",
|
"owner": "numtide",
|
||||||
"repo": "flake-utils",
|
"repo": "flake-utils",
|
||||||
"rev": "4022d587cbbfd70fe950c1e2083a02621806a725",
|
"rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
@ -20,11 +20,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1705183652,
|
"lastModified": 1714971268,
|
||||||
"narHash": "sha256-rnfkyUH0x72oHfiSDhuCHDHg3gFgF+lF8zkkg5Zihsw=",
|
"narHash": "sha256-IKwMSwHj9+ec660l+I4tki/1NRoeGpyA2GdtdYpAgEw=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "428544ae95eec077c7f823b422afae5f174dee4b",
|
"rev": "27c13997bf450a01219899f5a83bd6ffbfc70d3c",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue