Skip to content

Commit 6534876

Browse files
committed
chore: isolate change
1 parent e86d412 commit 6534876

File tree

1 file changed

+5
-17
lines changed

1 file changed

+5
-17
lines changed

Cargo.toml

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ homepage = "https://github.com/init4tech/bin-base"
1313
repository = "https://github.com/init4tech/bin-base"
1414

1515
[dependencies]
16-
init4-from-env-derive = "0.1.0"
16+
init4-from-env-derive = "0.1.0"
1717

1818

1919
# Signet
@@ -22,19 +22,13 @@ signet-constants = { git = "https://github.com/init4tech/signet-sdk.git", branch
2222
# Tracing
2323
tracing = "0.1.40"
2424
tracing-core = "0.1.33"
25-
tracing-subscriber = { version = "0.3.18", features = [
26-
"env-filter",
27-
"json",
28-
"registry",
29-
] }
25+
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json", "registry"] }
3026

3127
# OTLP
3228
opentelemetry_sdk = "0.29.0"
3329
opentelemetry = "0.29.0"
3430
opentelemetry-otlp = "0.29.0"
35-
opentelemetry-semantic-conventions = { version = "0.29.0", features = [
36-
"semconv_experimental",
37-
] }
31+
opentelemetry-semantic-conventions = { version = "0.29.0", features = ["semconv_experimental"] }
3832
tracing-opentelemetry = "0.30.0"
3933
url = "2.5.4"
4034

@@ -51,13 +45,7 @@ tokio = { version = "1.36.0", optional = true }
5145

5246
# Other
5347
thiserror = "2.0.11"
54-
alloy = { version = "1.0.5", optional = true, default-features = false, features = [
55-
"std",
56-
"signer-aws",
57-
"signer-local",
58-
"consensus",
59-
"network",
60-
] }
48+
alloy = { version = "1.0.5", optional = true, default-features = false, features = ["std", "signer-aws", "signer-local", "consensus", "network"] }
6149
serde = { version = "1", features = ["derive"] }
6250
async-trait = { version = "0.1.80", optional = true }
6351

@@ -82,4 +70,4 @@ perms = ["dep:oauth2", "dep:tokio", "dep:reqwest"]
8270
[[example]]
8371
name = "oauth"
8472
path = "examples/oauth.rs"
85-
required-features = ["perms"]
73+
required-features = ["perms"]

0 commit comments

Comments
 (0)