Next Generation WASM Microkernel Operating System

chore(deps): update rust crate toml to v0.9.2 (#502)

authored by

renovate[bot] and committed by
GitHub
c7abfb41 0c374403

+4 -4
+4 -4
Cargo.lock
··· 1881 1881 1882 1882 [[package]] 1883 1883 name = "toml" 1884 - version = "0.9.1" 1884 + version = "0.9.2" 1885 1885 source = "registry+https://github.com/rust-lang/crates.io-index" 1886 - checksum = "0207d6ed1852c2a124c1fbec61621acb8330d2bf969a5d0643131e9affd985a5" 1886 + checksum = "ed0aee96c12fa71097902e0bb061a5e1ebd766a6636bb605ba401c45c1650eac" 1887 1887 dependencies = [ 1888 1888 "indexmap", 1889 1889 "serde", ··· 1932 1932 1933 1933 [[package]] 1934 1934 name = "toml_parser" 1935 - version = "1.0.0" 1935 + version = "1.0.1" 1936 1936 source = "registry+https://github.com/rust-lang/crates.io-index" 1937 - checksum = "b5c1c469eda89749d2230d8156a5969a69ffe0d6d01200581cdc6110674d293e" 1937 + checksum = "97200572db069e74c512a14117b296ba0a80a30123fbbb5aa1f4a348f639ca30" 1938 1938 dependencies = [ 1939 1939 "winnow", 1940 1940 ]