Skip to content

Commit 48c9253

Browse files
authored
Merge branch 'main' into multiple-instances
2 parents 4e287db + bbb7c43 commit 48c9253

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 8 additions & 8 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ axum = "0.6.20"
1111
axum-prometheus = "0.4.0"
1212
base64 = "0.21.4"
1313
calendar-duration = "1.0.0"
14-
clap = { version = "4.4.2", features = ["derive"] }
14+
clap = { version = "4.4.4", features = ["derive"] }
1515
metrics-exporter-prometheus = "0.12.1"
1616
ppoprf = "0.3.1"
1717
rlimit = "0.10"
1818
serde = "1.0.188"
19-
serde_json = "1.0.105"
19+
serde_json = "1.0.107"
2020
thiserror = "1.0.48"
2121
tikv-jemallocator = "0.5"
2222
time = { version = "0.3.28", features = ["formatting", "parsing"] }
@@ -26,7 +26,7 @@ tracing = "0.1.37"
2626
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
2727

2828
[dev-dependencies]
29-
curve25519-dalek = { version = "4.1.0", features = ["rand_core"] }
29+
curve25519-dalek = { version = "4.1.1", features = ["rand_core"] }
3030
hyper = "0.14.27"
3131
rand = { version = "0.8.5", features = ["getrandom"] }
3232
tower = "0.4.13"

0 commit comments

Comments
 (0)