diff --git a/bolt-sidecar/Cargo.lock b/bolt-sidecar/Cargo.lock index 88d5f56e7..eeb453327 100644 --- a/bolt-sidecar/Cargo.lock +++ b/bolt-sidecar/Cargo.lock @@ -9632,4 +9632,4 @@ checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa" dependencies = [ "cc", "pkg-config", -] +] \ No newline at end of file diff --git a/bolt-sidecar/Cargo.toml b/bolt-sidecar/Cargo.toml index e305f01ce..ad79542f1 100644 --- a/bolt-sidecar/Cargo.toml +++ b/bolt-sidecar/Cargo.toml @@ -119,4 +119,4 @@ match_bool = "warn" match_same_arms = "warn" redundant_else = "warn" unnecessary_self_imports = "warn" -use_self = "warn" +use_self = "warn" \ No newline at end of file