Skip to content

Commit

Permalink
Fix the std.digest.digest deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
wilzbach committed Jul 5, 2018
1 parent 03b8589 commit e43edbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongodb/vibe/db/mongo/settings.d
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import vibe.db.mongo.flags : QueryFlags;
import vibe.inet.webform;

import std.conv : to;
import std.digest.digest : toHexString;
import std.digest : toHexString;
import std.digest.md : md5Of;
import std.algorithm : splitter, startsWith;
import std.string : icmp, indexOf, toLower;
Expand Down

0 comments on commit e43edbd

Please sign in to comment.