From 332e9d33788d3fee9add92d4a70853989e6dd8ad Mon Sep 17 00:00:00 2001 From: phoenix Date: Sat, 5 Apr 2025 20:23:56 +0000 Subject: [PATCH] remove_test_dependency (#18) Reviewed-on: https://git.kundeng.us/phoenix/icarus_auth/pulls/18 Co-authored-by: phoenix Co-committed-by: phoenix --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 59fd2d9..6231883 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,5 +23,4 @@ icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", ta [dev-dependencies] http-body-util = { version = "0.1.3" } url = { version = "2.5" } -reqwest = { version = "0.12.5", features = ["json"] } # For making HTTP requests in tests once_cell = { version = "1.19" } # Useful for lazy initialization in tests/app setup