Next Generation WASM Microkernel Operating System

chore(deps): update rust crate indoc to v2.0.7

authored by

renovate[bot] and committed by
Jonas Kruckenberg
191c00d6 ebd6c437

+5 -2
+5 -2
Cargo.lock
··· 880 880 881 881 [[package]] 882 882 name = "indoc" 883 - version = "2.0.6" 883 + version = "2.0.7" 884 884 source = "registry+https://github.com/rust-lang/crates.io-index" 885 - checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd" 885 + checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706" 886 + dependencies = [ 887 + "rustversion", 888 + ] 886 889 887 890 [[package]] 888 891 name = "is_terminal_polyfill"