Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit 453c399

Browse files
committed
Merge branch 'master' of github.com:yanorei32/http-request-duplicator
2 parents f42744b + 67a57fb commit 453c399

File tree

2 files changed

+28
-14
lines changed

2 files changed

+28
-14
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ clap = { version = "4.4.18", features = ["derive", "env"] }
1212
hyper = "0.14.28"
1313
once_cell = "1.19.0"
1414
reqwest = { version = "0.11.23", features = ["rustls-tls", "http3", "brotli"], default-features = false }
15-
serde = { version = "1.0.195", features = ["derive"] }
16-
serde_json = "1.0.111"
15+
serde = { version = "1.0.196", features = ["derive"] }
16+
serde_json = "1.0.113"
1717
tap = "1.0.1"
18-
tokio = { version = "1.35.1", features = ["macros", "rt-multi-thread", "sync", "time"] }
18+
tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread", "sync", "time"] }
1919
tracing = "0.1.40"
2020
tracing-log = "0.2.0"
2121
tracing-subscriber = "0.3.18"
22-
ulid = "1.1.0"
22+
ulid = "1.1.2"
2323

2424
[profile.release]
2525
opt-level = "z"

0 commit comments

Comments
 (0)