Skip to content

Commit 270ed25

Browse files
authored
Pin unicode-segmentation in payjoin-mailroom (#1439)
2 parents 338aace + 96e8da5 commit 270ed25

3 files changed

Lines changed: 8 additions & 0 deletions

File tree

Cargo-minimal.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2853,6 +2853,7 @@ dependencies = [
28532853
"tower",
28542854
"tracing",
28552855
"tracing-subscriber",
2856+
"unicode-segmentation",
28562857
"uuid",
28572858
]
28582859

Cargo-recent.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2853,6 +2853,7 @@ dependencies = [
28532853
"tower",
28542854
"tracing",
28552855
"tracing-subscriber",
2856+
"unicode-segmentation",
28562857
"uuid",
28572858
]
28582859

payjoin-mailroom/Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@ tokio-tungstenite = { version = "0.27.0", optional = true }
7474
tower = "0.5"
7575
tracing = "0.1"
7676
tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] }
77+
unicode-segmentation = "=1.12.0"
78+
79+
# unicode segmentation is ignored because it needs to be pinned due to the use of an unstable
80+
# feature from within the config crate
81+
[package.metadata.cargo-machete]
82+
ignored = ["unicode-segmentation"]
7783

7884
[dev-dependencies]
7985
mockito = "1.7.0"

0 commit comments

Comments
 (0)