gleam_httpc 4.1.1 still calls result.then, which was removed from gleam_stdlib 0.71.0. Bumping the lower bound forces the resolver to pick 4.2.x or later, which uses result.try. The < 5.0.0 cap is also widened to < 6.0.0; the public API is unchanged between 4.2 and 5.0. Long term: committing a manifest.toml lockfile would stop transitive deps from drifting on every fresh build.
355 B
355 B