Update dependencies (#794)

Pull in a bunch of updates so they get some testing before we announce
the project. textwrap 0.16 is blocked on miette updating, http 1.0 on
reqwest.
This commit is contained in:
konsti 2024-01-05 17:40:12 +01:00 committed by GitHub
parent 08edbc9f60
commit 5820a9d937
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 405 additions and 459 deletions

View file

@ -31,6 +31,6 @@ url = { workspace = true }
[dev-dependencies]
indoc = { version = "2.0.4" }
insta = { version = "1.34.0" }
serde_json = { version = "1.0.108" }
tempfile = { version = "3.8.1" }
test-case = { version = "3.2.1" }
serde_json = { version = "1.0.111" }
tempfile = { version = "3.9.0" }
test-case = { version = "3.3.1" }