Hi Nicolas!
That in turn leads down another rabbit hole, as
updating these libraries need to be tested for compatibility with
existing packages, and a quick rdepends test build on e.g.
https://salsa.debian.org/otto/golang-github-charmbracelet-glamour/-/pipelines/770887
shows that the new version broke every single package that depended on
it :(
It seems the problem in your case is that you also should update chroma
in Depends:
https://salsa.debian.org/otto/golang-github-charmbracelet-glamour/-/blob/debian/latest/debian/control?ref_type=heads#L31
Thanks! You are right - I updated the build-depends on line 11 but not
the run-time depends on line 31.
I wonder if Go in Debian has something like ${misc:Go-Depends} similar
how C programs will automatically populate the correct run-time
libraries based on what was used during the build into the
${shlibs:Depends} variable.