Next Generation WASM Microkernel Operating System

chore(deps): update rust crate toml to v0.9.5 (#511)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
568cfc04 26631651

+6 -6
+6 -6
Cargo.lock
··· 1872 1872 1873 1873 [[package]] 1874 1874 name = "toml" 1875 - version = "0.9.2" 1875 + version = "0.9.5" 1876 1876 source = "registry+https://github.com/rust-lang/crates.io-index" 1877 - checksum = "ed0aee96c12fa71097902e0bb061a5e1ebd766a6636bb605ba401c45c1650eac" 1877 + checksum = "75129e1dc5000bfbaa9fee9d1b21f974f9fbad9daec557a521ee6e080825f6e8" 1878 1878 dependencies = [ 1879 1879 "indexmap", 1880 1880 "serde", ··· 1923 1923 1924 1924 [[package]] 1925 1925 name = "toml_parser" 1926 - version = "1.0.1" 1926 + version = "1.0.2" 1927 1927 source = "registry+https://github.com/rust-lang/crates.io-index" 1928 - checksum = "97200572db069e74c512a14117b296ba0a80a30123fbbb5aa1f4a348f639ca30" 1928 + checksum = "b551886f449aa90d4fe2bdaa9f4a2577ad2dde302c61ecf262d80b116db95c10" 1929 1929 dependencies = [ 1930 1930 "winnow", 1931 1931 ] ··· 1938 1938 1939 1939 [[package]] 1940 1940 name = "toml_writer" 1941 - version = "1.0.0" 1941 + version = "1.0.2" 1942 1942 source = "registry+https://github.com/rust-lang/crates.io-index" 1943 - checksum = "b679217f2848de74cabd3e8fc5e6d66f40b7da40f8e1954d92054d9010690fd5" 1943 + checksum = "fcc842091f2def52017664b53082ecbbeb5c7731092bad69d2c63050401dfd64" 1944 1944 1945 1945 [[package]] 1946 1946 name = "tracing"