diff options
| -rw-r--r-- | Cargo.lock | 8 | ||||
| -rw-r--r-- | Cargo.toml | 7 |
2 files changed, 5 insertions, 10 deletions
@@ -410,7 +410,7 @@ dependencies = [ "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "htmlescape 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "irc 0.13.5 (git+https://github.com/aatxe/irc/?branch=develop)", + "irc 0.13.6 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "log4rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -590,8 +590,8 @@ dependencies = [ [[package]] name = "irc" -version = "0.13.5" -source = "git+https://github.com/aatxe/irc/?branch=develop#34592c336839d87db55c21c42cf2254e034d158a" +version = "0.13.6" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1902,7 +1902,7 @@ dependencies = [ "checksum if_chain 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4bac95d9aa0624e7b78187d6fb8ab012b41d9f6f54b1bcb61e61c4845f8357ec" "checksum indexmap 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08173ba1e906efb6538785a8844dd496f5d34f0a2d88038e95195172fc667220" "checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08" -"checksum irc 0.13.5 (git+https://github.com/aatxe/irc/?branch=develop)" = "<none>" +"checksum irc 0.13.6 (registry+https://github.com/rust-lang/crates.io-index)" = "8eb7666c9ae95dc77b874467e347bde3789773b6f48887fb3384bfe29552b466" "checksum itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)" = "f58856976b776fedd95533137617a02fb25719f40e7d9b01c7043cd65474f450" "checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b" "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" @@ -22,6 +22,7 @@ mysql = [ ] [dependencies] +irc = "0.13.6" log = "0.4.5" time = "0.1.40" humantime = "1.1.1" @@ -42,16 +43,10 @@ log4rs = "0.8.0" frippy_derive = { path = "frippy_derive" } rand = "0.5.5" -# TODO Use crates.io again, as soon as OpenSSL 1.1.1 is supported -[dependencies.irc] -git = 'https://github.com/aatxe/irc/' -branch = 'develop' - [dependencies.unicode_names] git = 'https://github.com/Jokler/unicode_names' branch = 'update-to-latest-unicode' - [dependencies.diesel] version = "1.3.3" optional = true |
