Skip to content

Commit 4563d6a

Browse files
committed
tokio -> 1.44
metrics-exporter-prometheus -> 0.17
1 parent ec0dffc commit 4563d6a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ debug = true
3737
[workspace.dependencies]
3838
sqlparser = { version = "^0.52", features = ["bigdecimal", "serde"] }
3939
thiserror = "2.0.9"
40-
tokio = { version = "1.42.0", features = ["full"] }
40+
tokio = { version = "1.44", features = ["full"] }
4141
tracing = "0.1"
4242
tracing-subscriber = { version = "0.3", features = [
4343
"ansi",

packages/cipherstash-proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ hex = "0.4.3"
2323
itertools = "0.14.0"
2424
md-5 = "0.10.6"
2525
metrics = "0.24.1"
26-
metrics-exporter-prometheus = "0.16.2"
26+
metrics-exporter-prometheus = "0.17"
2727
oid-registry = "0.8"
2828
pg_escape = "0.1.1"
2929
postgres-protocol = "0.6.7"

0 commit comments

Comments
 (0)