replacement in src/main.rs at line 192
[3.49937]→[3.49937:49979](∅→∅) − let args = clap::App::new("SendXMPP")
+ let args = clap::Command::new("SendXMPP")
replacement in src/main.rs at line 201
[3.50252]→[3.50252:50288](∅→∅) + .action(clap::ArgAction::Set)
+ .required(true),
replacement in src/main.rs at line 206
[3.50323]→[3.50323:50456](∅→∅) − let config = Config::read(args.value_of("config").expect("Mandatory option config"))
− .expect("Cann't read config file");
+ let config = Config::read(
+ args.get_one::<String>("config")
+ .expect("Mandatory option config"),
+ )
+ .expect("Cann't read config file");
replacement in Cargo.toml at line 17
[3.69302]→[3.328:341](∅→∅) replacement in Cargo.toml at line 19
[3.69328]→[3.4280:4299](∅→∅) replacement in Cargo.lock at line 11
[2.7071]→[2.7071:7090](∅→∅) replacement in Cargo.lock at line 33
[2.7491]→[2.7491:7510](∅→∅) edit in Cargo.lock at line 225
+ ]
+
+ [[package]]
+ name = "anstream"
+ version = "0.6.18"
+ source = "registry+https://github.com/rust-lang/crates.io-index"
+ checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
+ dependencies = [
+ "anstyle",
+ "anstyle-parse",
+ "anstyle-query",
+ "anstyle-wincon",
+ "colorchoice",
+ "is_terminal_polyfill",
+ "utf8parse",
+ ]
+
+ [[package]]
+ name = "anstyle"
+ version = "1.0.10"
+ source = "registry+https://github.com/rust-lang/crates.io-index"
+ checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
+
+ [[package]]
+ name = "anstyle-parse"
+ version = "0.2.6"
+ source = "registry+https://github.com/rust-lang/crates.io-index"
+ checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
+ dependencies = [
+ "utf8parse",
+ ]
+
+ [[package]]
+ name = "anstyle-query"
+ version = "1.1.2"
+ source = "registry+https://github.com/rust-lang/crates.io-index"
+ checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
+ dependencies = [
+ "windows-sys 0.59.0",
edit in Cargo.lock at line 267
+ name = "anstyle-wincon"
+ version = "3.0.7"
+ source = "registry+https://github.com/rust-lang/crates.io-index"
+ checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
+ dependencies = [
+ "anstyle",
+ "once_cell",
+ "windows-sys 0.59.0",
+ ]
+
+ [[package]]
edit in Cargo.lock at line 289
[3.71185]→[3.71185:71402](∅→∅),
[3.71402]→[3.1583:1594](∅→∅),
[3.1594]→[3.71419:71434](∅→∅),
[3.71419]→[3.71419:71434](∅→∅) − name = "atty"
− version = "0.2.14"
− source = "registry+https://github.com/rust-lang/crates.io-index"
− checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
− dependencies = [
− "hermit-abi",
− "libc",
− "winapi",
− ]
−
− [[package]]
replacement in Cargo.lock at line 344
[3.6089]→[3.6089:6108](∅→∅) edit in Cargo.lock at line 363
[3.72351]→[3.895:913](∅→∅),
[3.913]→[3.72369:72434](∅→∅),
[3.72369]→[3.72369:72434](∅→∅),
[3.72434]→[3.914:992](∅→∅),
[3.992]→[3.72512:72525](∅→∅),
[3.72512]→[3.72512:72525](∅→∅),
[3.72525]→[3.5695:5713](∅→∅) − version = "1.3.2"
− source = "registry+https://github.com/rust-lang/crates.io-index"
− checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
−
− [[package]]
− name = "bitflags"
replacement in Cargo.lock at line 478
[3.75053]→[3.6363:6382](∅→∅) replacement in Cargo.lock at line 480
[3.75137]→[3.6383:6461](∅→∅) − checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
+ checksum = "e958897981290da2a852763fe9cdb89cd36977a5d729023127095fa94d95e2ff"
+ dependencies = [
+ "clap_builder",
+ ]
+
+ [[package]]
+ name = "clap_builder"
+ version = "4.5.34"
+ source = "registry+https://github.com/rust-lang/crates.io-index"
+ checksum = "83b0f35019843db2160b5bb19ae09b4e6411ac33fc6a712003c33e03090e2489"
replacement in Cargo.lock at line 491
[3.75246]→[3.75246:75255](∅→∅),
[3.75255]→[3.6462:6481](∅→∅) − "atty",
− "bitflags 1.3.2",
+ "anstream",
+ "anstyle",
edit in Cargo.lock at line 494
[3.939]→[3.6482:6501](∅→∅) edit in Cargo.lock at line 495
[3.75279]→[3.526:540](∅→∅),
[3.540]→[3.75279:75292](∅→∅),
[3.75279]→[3.75279:75292](∅→∅) − "termcolor",
− "textwrap",
replacement in Cargo.lock at line 499
replacement in Cargo.lock at line 501
[3.1056]→[3.1056:1168](∅→∅),
[3.1168]→[3.75322:75324](∅→∅),
[3.75322]→[3.75322:75324](∅→∅) − checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
− dependencies = [
− "os_str_bytes",
− ]
+ checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
edit in Cargo.lock at line 513
+ name = "colorchoice"
+ version = "1.0.3"
+ source = "registry+https://github.com/rust-lang/crates.io-index"
+ checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
+
+ [[package]]
replacement in Cargo.lock at line 662
[3.77446]→[3.77446:77466](∅→∅),
[3.77466]→[3.7317:7335](∅→∅) − name = "env_logger"
− version = "0.9.3"
+ name = "env_filter"
+ version = "0.1.3"
replacement in Cargo.lock at line 665
[3.77549]→[3.7336:7414](∅→∅) − checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
+ checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
edit in Cargo.lock at line 667
[3.77644]→[3.77644:77667](∅→∅) replacement in Cargo.lock at line 669
[3.77685]→[3.77685:77699](∅→∅) + ]
+
+ [[package]]
+ name = "env_logger"
+ version = "0.11.7"
+ source = "registry+https://github.com/rust-lang/crates.io-index"
+ checksum = "c3716d7a920fb4fac5d84e9d4bce8ceb321e9414b4409da61b07b75c1e3d0697"
+ dependencies = [
+ "anstream",
+ "anstyle",
+ "env_filter",
+ "jiff",
+ "log",
replacement in Cargo.lock at line 905
[3.83500]→[3.9701:9720](∅→∅) edit in Cargo.lock at line 914
[3.83593]→[3.3178:3197](∅→∅),
[3.3157]→[3.83611:83676](∅→∅),
[3.3197]→[3.83611:83676](∅→∅),
[3.83611]→[3.83611:83676](∅→∅),
[3.83676]→[3.3198:3276](∅→∅),
[3.3236]→[3.83754:83767](∅→∅),
[3.3276]→[3.83754:83767](∅→∅),
[3.83754]→[3.83754:83767](∅→∅),
[3.83767]→[3.9737:9756](∅→∅) − version = "0.12.3"
− source = "registry+https://github.com/rust-lang/crates.io-index"
− checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
−
− [[package]]
− name = "hashbrown"
edit in Cargo.lock at line 923
[3.3374]→[3.83986:84019](∅→∅),
[3.8313]→[3.83986:84019](∅→∅),
[3.10029]→[3.83986:84019](∅→∅),
[3.83986]→[3.83986:84019](∅→∅),
[3.84019]→[3.3335:3354](∅→∅),
[3.3354]→[3.84038:84103](∅→∅),
[3.3840]→[3.84038:84103](∅→∅),
[3.84038]→[3.84038:84103](∅→∅),
[3.84103]→[3.3355:3433](∅→∅),
[3.3433]→[3.84181:84209](∅→∅),
[3.3919]→[3.84181:84209](∅→∅),
[3.84181]→[3.84181:84209](∅→∅) −
− [[package]]
− name = "hermit-abi"
− version = "0.1.19"
− source = "registry+https://github.com/rust-lang/crates.io-index"
− checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
− dependencies = [
− "libc",
− ]
edit in Cargo.lock at line 1020
[3.2360]→[3.85554:85586](∅→∅),
[3.3870]→[3.85554:85586](∅→∅),
[3.10657]→[3.85554:85586](∅→∅),
[3.85554]→[3.85554:85586](∅→∅),
[3.85586]→[3.10658:10676](∅→∅),
[3.1593]→[3.85604:85669](∅→∅),
[3.4377]→[3.85604:85669](∅→∅),
[3.10676]→[3.85604:85669](∅→∅),
[3.85604]→[3.85604:85669](∅→∅),
[3.85669]→[3.10677:10755](∅→∅) −
− [[package]]
− name = "humantime"
− version = "2.2.0"
− source = "registry+https://github.com/rust-lang/crates.io-index"
− checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"
edit in Cargo.lock at line 1168
[3.86490]→[3.14286:14304](∅→∅),
[3.2495]→[3.86508:86573](∅→∅),
[3.3859]→[3.86508:86573](∅→∅),
[3.4127]→[3.86508:86573](∅→∅),
[3.4695]→[3.86508:86573](∅→∅),
[3.14304]→[3.86508:86573](∅→∅),
[3.86508]→[3.86508:86573](∅→∅),
[3.86573]→[3.14305:14383](∅→∅),
[3.2574]→[3.86651:86680](∅→∅),
[3.3938]→[3.86651:86680](∅→∅),
[3.4206]→[3.86651:86680](∅→∅),
[3.4774]→[3.86651:86680](∅→∅),
[3.14383]→[3.86651:86680](∅→∅),
[3.86651]→[3.86651:86680](∅→∅),
[3.86680]→[3.14384:14405](∅→∅),
[3.14405]→[3.86694:86709](∅→∅),
[3.86694]→[3.86694:86709](∅→∅),
[3.86709]→[3.14406:14424](∅→∅) − version = "1.9.3"
− source = "registry+https://github.com/rust-lang/crates.io-index"
− checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
− dependencies = [
− "autocfg",
− "hashbrown 0.12.3",
− ]
−
− [[package]]
− name = "indexmap"
replacement in Cargo.lock at line 1173
[3.14537]→[3.14537:14558](∅→∅) edit in Cargo.lock at line 1195
+ name = "is_terminal_polyfill"
+ version = "1.70.1"
+ source = "registry+https://github.com/rust-lang/crates.io-index"
+ checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
+
+ [[package]]
edit in Cargo.lock at line 1224
+ ]
+
+ [[package]]
+ name = "jiff"
+ version = "0.2.5"
+ source = "registry+https://github.com/rust-lang/crates.io-index"
+ checksum = "c102670231191d07d37a35af3eb77f1f0dbf7a71be51a962dcd57ea607be7260"
+ dependencies = [
+ "jiff-static",
+ "log",
+ "portable-atomic",
+ "portable-atomic-util",
+ "serde",
edit in Cargo.lock at line 1240
+ name = "jiff-static"
+ version = "0.2.5"
+ source = "registry+https://github.com/rust-lang/crates.io-index"
+ checksum = "4cdde31a9d349f1b1f51a0b3714a5940ac022976f4b49485fc04be052b183b4c"
+ dependencies = [
+ "proc-macro2",
+ "quote",
+ "syn 2.0.100",
+ ]
+
+ [[package]]
edit in Cargo.lock at line 1451
[3.3472]→[3.3472:3494](∅→∅),
[3.3494]→[3.17333:17351](∅→∅),
[3.2014]→[3.3512:3577](∅→∅),
[3.6152]→[3.3512:3577](∅→∅),
[3.17351]→[3.3512:3577](∅→∅),
[3.3512]→[3.3512:3577](∅→∅),
[3.3577]→[3.17352:17430](∅→∅),
[3.2093]→[3.6921:6934](∅→∅),
[3.6231]→[3.6921:6934](∅→∅),
[3.17430]→[3.6921:6934](∅→∅),
[3.6921]→[3.6921:6934](∅→∅) − name = "os_str_bytes"
− version = "6.6.1"
− source = "registry+https://github.com/rust-lang/crates.io-index"
− checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1"
−
− [[package]]
edit in Cargo.lock at line 1527
+ name = "portable-atomic"
+ version = "1.11.0"
+ source = "registry+https://github.com/rust-lang/crates.io-index"
+ checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
+
+ [[package]]
+ name = "portable-atomic-util"
+ version = "0.2.4"
+ source = "registry+https://github.com/rust-lang/crates.io-index"
+ checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
+ dependencies = [
+ "portable-atomic",
+ ]
+
+ [[package]]
replacement in Cargo.lock at line 1656
[3.9486]→[3.19017:19036](∅→∅) replacement in Cargo.lock at line 1735
[3.19951]→[3.19951:19970](∅→∅) replacement in Cargo.lock at line 2000
[3.107528]→[3.5108:5127](∅→∅) replacement in Cargo.lock at line 2002
[3.107611]→[3.5128:5206](∅→∅) − checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
edit in Cargo.lock at line 2056
[3.109128]→[3.109128:109147](∅→∅),
[3.109147]→[3.23531:23549](∅→∅),
[3.3249]→[3.109165:109230](∅→∅),
[3.10045]→[3.109165:109230](∅→∅),
[3.23549]→[3.109165:109230](∅→∅),
[3.109165]→[3.109165:109230](∅→∅),
[3.109230]→[3.23550:23628](∅→∅),
[3.3328]→[3.109308:109374](∅→∅),
[3.10124]→[3.109308:109374](∅→∅),
[3.23628]→[3.109308:109374](∅→∅),
[3.109308]→[3.109308:109374](∅→∅),
[3.109374]→[3.23629:23648](∅→∅),
[3.5437]→[3.109393:109458](∅→∅),
[3.10144]→[3.109393:109458](∅→∅),
[3.23648]→[3.109393:109458](∅→∅),
[3.109393]→[3.109393:109458](∅→∅),
[3.109458]→[3.23649:23727](∅→∅),
[3.5516]→[3.109573:109586](∅→∅),
[3.10223]→[3.109573:109586](∅→∅),
[3.23727]→[3.109573:109586](∅→∅),
[3.109573]→[3.109573:109586](∅→∅) − name = "termcolor"
− version = "1.4.1"
− source = "registry+https://github.com/rust-lang/crates.io-index"
− checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
− dependencies = [
− "winapi-util",
− ]
−
− [[package]]
− name = "textwrap"
− version = "0.16.2"
− source = "registry+https://github.com/rust-lang/crates.io-index"
− checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057"
−
− [[package]]
replacement in Cargo.lock at line 2244
[3.14232]→[3.14232:14251](∅→∅) edit in Cargo.lock at line 2352
+ name = "utf8parse"
+ version = "0.2.2"
+ source = "registry+https://github.com/rust-lang/crates.io-index"
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
+
+ [[package]]
edit in Cargo.lock at line 2404
[3.27815]→[3.117261:117290](∅→∅),
[3.117261]→[3.117261:117290](∅→∅),
[3.117480]→[3.117480:117724](∅→∅),
[3.117920]→[3.117920:118130](∅→∅) −
− [[package]]
− name = "winapi"
− version = "0.3.9"
− source = "registry+https://github.com/rust-lang/crates.io-index"
− checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
− dependencies = [
− "winapi-i686-pc-windows-gnu",
− "winapi-x86_64-pc-windows-gnu",
− ]
−
− [[package]]
− name = "winapi-i686-pc-windows-gnu"
− version = "0.4.0"
− source = "registry+https://github.com/rust-lang/crates.io-index"
− checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
edit in Cargo.lock at line 2406
[3.118143]→[3.118143:118164](∅→∅),
[3.118164]→[3.27816:27834](∅→∅),
[3.27834]→[3.118182:118247](∅→∅),
[3.118182]→[3.118182:118247](∅→∅),
[3.118247]→[3.27835:27913](∅→∅),
[3.27913]→[3.118325:118342](∅→∅),
[3.118325]→[3.118325:118342](∅→∅),
[3.118342]→[3.27914:27937](∅→∅),
[3.14721]→[3.118359:118573](∅→∅),
[3.27937]→[3.118359:118573](∅→∅),
[3.118359]→[3.118359:118573](∅→∅),
[3.118573]→[3.27938:27951](∅→∅) − name = "winapi-util"
− version = "0.1.9"
− source = "registry+https://github.com/rust-lang/crates.io-index"
− checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
− dependencies = [
− "windows-sys 0.59.0",
− ]
−
− [[package]]
− name = "winapi-x86_64-pc-windows-gnu"
− version = "0.4.0"
− source = "registry+https://github.com/rust-lang/crates.io-index"
− checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
−
− [[package]]
replacement in Cargo.lock at line 2597
[2.18607]→[2.18607:18626](∅→∅)