The author expresses concern about the growing number of dependencies in their Rust projects, citing the example of a small web server with 3.6 million lines of code in its dependencies. They question how to audit and maintain such a large amount of code. The author notes that while Cargo makes it easy to add dependencies, it also makes it easy to add too many. The author is unsure of the solution, but mentions that some people call for adding more to the Rust standard library.