Skip to content

Commit 880027a

Browse files
committed
Consitency
1 parent 4057754 commit 880027a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@ tracing-opentelemetry = "0.33.0"
9595
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json"] }
9696
trybuild = "1.0.99"
9797
url = { version = "2.5.2", features = ["serde"] }
98-
uuid = "1.23"
98+
uuid = "1.23.0"
9999
winnow = "1.0.3"
100100
x509-cert = { version = "0.2.5", features = ["builder"] }
101-
xml = "1.3"
102-
zeroize = "1.9"
101+
xml = "1.3.0"
102+
zeroize = "1.9.0"
103103

104104
[workspace.lints.clippy]
105105
# Enable all pedantic lints (with lower priority so individual lints can override)

0 commit comments

Comments
 (0)