Skip to content

Commit

Permalink
updated cargo toml to match dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKitsune committed Dec 14, 2023
1 parent 61038c6 commit 2f73406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ telemetry-batteries = { git = "https://github.com/worldcoin/telemetry-batteries"
thiserror = "1.0.50"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
toml = "0.8.8"
tower-http = { version = "0.4.4", features = [ "trace", "auth" ] }
tower-http = { version = "0.4.4", features = ["trace", "auth"] }
tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3", default-features = false, features = [
"env-filter",
Expand Down

0 comments on commit 2f73406

Please sign in to comment.