🧚 A practical web framework for Gleam

Update deps

Changed files
+4 -4
examples
utilities
tiny_database
+1 -1
examples/utilities/tiny_database/gleam.toml
··· 6 6 7 7 [dependencies] 8 8 gleam_stdlib = "~> 0.30" 9 - simplifile = "~> 1.0" 9 + simplifile = "~> 2.0" 10 10 gleam_json = "~> 0.6" 11 11 youid = ">= 1.1.0 and < 2.0.0" 12 12
+3 -3
examples/utilities/tiny_database/manifest.toml
··· 8 8 { name = "gleam_json", version = "0.7.0", build_tools = ["gleam"], requirements = ["gleam_stdlib", "thoas"], otp_app = "gleam_json", source = "hex", outer_checksum = "CB405BD93A8828BCD870463DE29375E7B2D252D9D124C109E5B618AAC00B86FC" }, 9 9 { name = "gleam_stdlib", version = "0.38.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "663CF11861179AF415A625307447775C09404E752FF99A24E2057C835319F1BE" }, 10 10 { name = "gleeunit", version = "1.1.2", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "72CDC3D3F719478F26C4E2C5FED3E657AC81EC14A47D2D2DEBB8693CA3220C3B" }, 11 - { name = "simplifile", version = "1.7.0", build_tools = ["gleam"], requirements = ["filepath", "gleam_stdlib"], otp_app = "simplifile", source = "hex", outer_checksum = "1D5DFA3A2F9319EC85825F6ED88B8E449F381B0D55A62F5E61424E748E7DDEB0" }, 11 + { name = "simplifile", version = "2.0.0", build_tools = ["gleam"], requirements = ["filepath", "gleam_stdlib"], otp_app = "simplifile", source = "hex", outer_checksum = "95219227A43FCFE62C6E494F413A1D56FF953B68FE420698612E3D89A1EFE029" }, 12 12 { name = "thoas", version = "0.4.1", build_tools = ["rebar3"], requirements = [], otp_app = "thoas", source = "hex", outer_checksum = "4918D50026C073C4AB1388437132C77A6F6F7C8AC43C60C13758CC0ADCE2134E" }, 13 13 { name = "youid", version = "1.1.0", build_tools = ["gleam"], requirements = ["gleam_crypto", "gleam_erlang", "gleam_stdlib"], otp_app = "youid", source = "hex", outer_checksum = "15BF3E8173C8741930E23D22071CD55AE203B6E43B9E0C6C9E7D9F116808E418" }, 14 14 ] ··· 17 17 gleam_json = { version = "~> 0.6" } 18 18 gleam_stdlib = { version = "~> 0.30" } 19 19 gleeunit = { version = "~> 1.0" } 20 - simplifile = { version = "~> 1.0" } 21 - youid = { version = ">= 1.1.0 and < 2.0.0"} 20 + simplifile = { version = "~> 2.0" } 21 + youid = { version = ">= 1.1.0 and < 2.0.0" }