Compiling 5 files (.ex)
warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead
│
14 │ Enum.with_index('ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789./')
│ ~
│
└─ lib/pbkdf2/base64.ex:14:21
warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead
│
6 │ @allowed_chars 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'
│ ~
│
└─ lib/pbkdf2/tools.ex:6:18
Hey @ariandanim I combined your various posts into a single post since it’s all really the same question. Dependencies are not always updated immediately to remove warnings. You can try to make sure you’re on the latest version of those dependencies to see if newer versions don’t have them. Either way, this is not an issue to worry about.