Skip to content

Commit ce7d1d6

Browse files
committed
upgrade rstun and bump version
1 parent ea70100 commit ce7d1d6

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "omnip"
3-
version = "0.7.3"
3+
version = "0.7.4"
44
edition = "2021"
55

66
[lib]
@@ -28,7 +28,7 @@ lazy_static = "1.5"
2828
async-trait = "0.1"
2929
byte-pool = { git = "https://github.com/neevek/byte-pool" }
3030
# rstun = { path = "../rstun" }
31-
rstun = { git = "https://github.com/neevek/rstun", tag = "release/0.7.1" }
31+
rstun = { git = "https://github.com/neevek/rstun", tag = "release/0.7.2" }
3232
hyper = { version = "0.14", features = ["full"]}
3333
http = "0.2"
3434
http-body = "0.4"

src/bin/omnip.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use anyhow::{bail, Context, Result};
1+
use anyhow::{Context, Result};
22
use base64::prelude::*;
33
use clap::builder::TypedValueParser as _;
44
use clap::{builder::PossibleValuesParser, Parser};

src/server.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use crate::{
1313
local_socket_addr, utils, CommonQuicConfig, Config, Host, NetAddr, ProtoType, ProxyError,
1414
ProxyRuleManager, QuicClient, QuicClientConfig, QuicServer, QuicServerConfig, BUFFER_POOL,
1515
};
16-
use anyhow::{anyhow, bail, Context, Result};
16+
use anyhow::{anyhow, Context, Result};
1717
use byte_pool::Block;
1818
use log::{debug, error, info, warn};
1919
use notify::event::ModifyKind;

0 commit comments

Comments
 (0)