Skip to content

Commit 0afeb89

Browse files
committed
Add dependency on arc-swap to syn2mas, moving it to a workspace dependency
1 parent 19d87e8 commit 0afeb89

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ syn2mas = { path = "./crates/syn2mas", version = "=0.14.1" }
6161
version = "0.14.1"
6262
features = ["axum", "axum-extra", "axum-json", "axum-query", "macros"]
6363

64+
[workspace.dependencies.arc-swap]
65+
version = "1.7.1"
66+
6467
# GraphQL server
6568
[workspace.dependencies.async-graphql]
6669
version = "7.0.15"

crates/syn2mas/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ repository.workspace = true
1111

1212
[dependencies]
1313
anyhow.workspace = true
14+
arc-swap.workspace = true
1415
bitflags.workspace = true
1516
camino.workspace = true
1617
figment.workspace = true

crates/templates/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ publish = false
1212
workspace = true
1313

1414
[dependencies]
15-
arc-swap = "1.7.1"
15+
arc-swap.workspace = true
1616
tracing.workspace = true
1717
tokio.workspace = true
1818
walkdir = "2.5.0"

0 commit comments

Comments
 (0)