Skip to content

Commit b2020a3

Browse files
committed
no swap
1 parent 0e7ac76 commit b2020a3

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ exclude = [
1717
]
1818

1919
[dependencies]
20-
arc-swap = "1.7.1"
2120
sentry = { version = "0.42.0", features = ["panic", "tracing", "tower-http", "anyhow", "backtrace"] }
2221
log = "0.4"
2322
tracing = "0.1.37"

src/test/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ use crate::{
1212
ServiceMetrics,
1313
};
1414
use anyhow::Context as _;
15+
use arc_swap::ArcSwap;
1516
use axum::body::Bytes;
1617
use axum::{Router, body::Body, http::Request, response::Response as AxumResponse};
1718
use fn_error_context::context;

0 commit comments

Comments
 (0)