fix test-log features

[?]
Jun 3, 2025, 7:37 PM
KAC6AYWXABOFSVLKL73RTL36MACFLWTVIEF73RUOEAOR5C57CAVAC

Dependencies

Change contents

  • edit in libflorescence/src/repo/test.rs at line 10
    [10.2116]
    [11.388]
    use test_log::test;
  • edit in libflorescence/Cargo.toml at line 82
    [8.2486]
    [8.2486]
    workspace = true
    [dev-dependencies.test-log]
  • edit in Cargo.toml at line 79
    [9.8237]
    [3.6093]
    default-features = false
    features = ["trace"]
  • edit in Cargo.lock at line 134
    [2.6612][9.8239:8573](),[9.8573][4.2771:2786](),[2.6612][4.2771:2786](),[4.2786][9.8574:9495]()
    ]
    [[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",
    ]
    [[package]]
    name = "anstyle-wincon"
    version = "3.0.8"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "6680de5231bd6ee4c6191b8a1325daa282b415391ec9d3a37bd34f2060dc73fa"
    dependencies = [
    "anstyle",
    "once_cell_polyfill",
    "windows-sys 0.59.0",
  • edit in Cargo.lock at line 982
    [7.3449][9.9511:9706]()
    name = "colorchoice"
    version = "1.0.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
    [[package]]
  • edit in Cargo.lock at line 1571
    [6.5772][9.9707:10190]()
    ]
    [[package]]
    name = "env_filter"
    version = "0.1.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
    dependencies = [
    "log",
    ]
    [[package]]
    name = "env_logger"
    version = "0.11.8"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
    dependencies = [
    "anstream",
    "anstyle",
    "env_filter",
    "log",
  • edit in Cargo.lock at line 2811
    [9.10234][9.10234:10426](),[9.10426][5.14134:14147](),[5.14134][5.14134:14147]()
    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 2992
    [3.7697]
    [6.11588]
    "test-log",
  • edit in Cargo.lock at line 3833
    [6.13647][9.10427:10663]()
    name = "once_cell_polyfill"
    version = "1.70.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "2611b99ab098a31bdc8be48b4f1a285ca0ced28bd5b4f23e45efa8c63b09efa5"
    dependencies = [
    "once_cell",
    ]
    [[package]]
  • edit in Cargo.lock at line 5356
    [9.10874][9.10874:10889]()
    "env_logger",
  • edit in Cargo.lock at line 5909
    [5.26093][7.11064:11077](),[7.11077][9.11196:11376]()
    [[package]]
    name = "utf8parse"
    version = "0.2.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"