Skip to content

Commit

Permalink
Merge branch 'master' of github.com:yanorei32/http-request-duplicator
Browse files Browse the repository at this point in the history
  • Loading branch information
yanorei32 committed Feb 4, 2024
2 parents f42744b + 67a57fb commit 453c399
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 14 deletions.
34 changes: 24 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ clap = { version = "4.4.18", features = ["derive", "env"] }
hyper = "0.14.28"
once_cell = "1.19.0"
reqwest = { version = "0.11.23", features = ["rustls-tls", "http3", "brotli"], default-features = false }
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.111"
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
tap = "1.0.1"
tokio = { version = "1.35.1", features = ["macros", "rt-multi-thread", "sync", "time"] }
tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread", "sync", "time"] }
tracing = "0.1.40"
tracing-log = "0.2.0"
tracing-subscriber = "0.3.18"
ulid = "1.1.0"
ulid = "1.1.2"

[profile.release]
opt-level = "z"
Expand Down

0 comments on commit 453c399

Please sign in to comment.