Skip to content

Commit

Permalink
fixup nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
olix0r committed Nov 3, 2023
1 parent d740946 commit b86ec3a
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2214,9 +2214,9 @@ dependencies = [

[[package]]
name = "proc-macro2"
version = "1.0.52"
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d0e1ae9e836cc3beddd63db0df682593d7e2d3d891ae8c9083d2113e1744224"
checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
dependencies = [
"unicode-ident",
]
Expand Down
5 changes: 1 addition & 4 deletions linkerd/app/inbound/src/http/server.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
use super::set_identity_header::NewSetIdentityHeader;
use crate::{policy, Inbound};
pub use linkerd_app_core::proxy::http::{
normalize_uri, strip_header, uri, BoxBody, BoxResponse, DetectHttp, Request, Response, Retain,
Version,
};
pub use linkerd_app_core::proxy::http::{normalize_uri, Version};
use linkerd_app_core::{
config::{ProxyConfig, ServerConfig},
errors, http_tracing, io,
Expand Down
4 changes: 1 addition & 3 deletions linkerd/app/inbound/src/policy/store.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
use super::{api, AllowPolicy, DefaultPolicy, GetPolicy};
use linkerd_app_core::{proxy::http, transport::OrigDstAddr, Error};
use linkerd_idle_cache::IdleCache;
pub use linkerd_proxy_server_policy::{
authz::Suffix, Authentication, Authorization, Protocol, ServerPolicy,
};
pub use linkerd_proxy_server_policy::{Protocol, ServerPolicy};
use rangemap::RangeInclusiveSet;
use std::{
collections::HashSet,
Expand Down
1 change: 0 additions & 1 deletion linkerd/app/integration/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ use tokio::net::TcpListener;
pub use tokio::sync::oneshot;
pub use tonic as grpc;
pub use tower::Service;
pub use tracing::*;

/// Environment variable for overriding the test patience.
pub const ENV_TEST_PATIENCE_MS: &str = "RUST_TEST_PATIENCE_MS";
Expand Down
1 change: 0 additions & 1 deletion linkerd/app/outbound/src/protocol.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use crate::{http, Outbound};
pub use linkerd_app_core::proxy::api_resolve::ConcreteAddr;
use linkerd_app_core::{detect, io, svc, Error, Infallible};
use std::{fmt::Debug, hash::Hash};

Expand Down

0 comments on commit b86ec3a

Please sign in to comment.