diff options
author | curly <curlybryce@protonmail.com> | 2023-02-15 12:04:01 -0700 |
---|---|---|
committer | curly <curlybryce@protonmail.com> | 2023-02-15 12:04:01 -0700 |
commit | 3caac1927468112ff4bf883aaa271b0205362b40 (patch) | |
tree | 6e2d3bb0ce9e2f61cacac68b440ec0255a69b2c2 /Cargo.lock | |
parent | 31d1c381a6e834c6c7069806749b0a11d0d15e05 (diff) | |
download | rocket_test-3caac1927468112ff4bf883aaa271b0205362b40.tar.gz rocket_test-3caac1927468112ff4bf883aaa271b0205362b40.tar.bz2 rocket_test-3caac1927468112ff4bf883aaa271b0205362b40.zip |
No empty usernames, messages
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1143,7 +1143,7 @@ dependencies = [ [[package]] name = "rocket_test" -version = "0.2.2" +version = "0.2.3" dependencies = [ "chrono", "rocket", |