Skip to content

Commit

Permalink
update nix for cargo-semver-checks 0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
bobzilladev committed Feb 21, 2024
1 parent e957bc7 commit 69c0162
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 27 deletions.
18 changes: 9 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion muxado/examples/subscriber.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ use tracing::{
Subscriber,
};
use tracing_subscriber::{
self,
util::SubscriberInitExt,
EnvFilter,
Layer,
Expand Down
1 change: 0 additions & 1 deletion muxado/src/heartbeat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

use std::{
error::Error as StdError,
future::Future,
io,
sync::{
atomic::{
Expand Down
1 change: 0 additions & 1 deletion muxado/src/stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ impl PinnedDrop for Stream {
pub mod test {
use std::time::Duration;

use futures::channel::mpsc;
use tokio::{
io::{
AsyncReadExt,
Expand Down
5 changes: 1 addition & 4 deletions ngrok/examples/mingrok.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ use futures::{
prelude::*,
select,
};
use ngrok::{
config::ForwarderBuilder,
prelude::*,
};
use ngrok::prelude::*;
use tokio::sync::oneshot;
use tracing::info;
use url::Url;
Expand Down
5 changes: 1 addition & 4 deletions ngrok/src/config/http.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ use std::{
str::FromStr,
};

use bytes::{
self,
Bytes,
};
use bytes::Bytes;
use thiserror::Error;
use url::Url;

Expand Down
5 changes: 1 addition & 4 deletions ngrok/src/config/tls.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
use std::collections::HashMap;

use bytes::{
self,
Bytes,
};
use bytes::Bytes;
use url::Url;

use super::{
Expand Down
2 changes: 0 additions & 2 deletions ngrok/src/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ use std::{
VecDeque,
},
env,
future::Future,
io,
sync::{
atomic::{
Expand All @@ -20,7 +19,6 @@ use arc_swap::ArcSwap;
use async_trait::async_trait;
use bytes::Bytes;
use futures::{
future,
prelude::*,
FutureExt,
};
Expand Down
1 change: 0 additions & 1 deletion ngrok/src/tunnel_ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ use url::Url;
use windows_sys::Win32::Foundation::ERROR_PIPE_BUSY;

use crate::{
config::ProxyProto,
prelude::*,
proxy_proto,
session::IoStream,
Expand Down

0 comments on commit 69c0162

Please sign in to comment.