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

@ -36,7 +36,7 @@ url = { workspace = true, features = ["serde"] }
indoc = "2.0.4"
log = "0.4.20"
testing_logger = "0.1.1"
serde_json = "1.0.108"
serde_json = "1.0.111"
[features]
pyo3 = ["dep:pyo3", "pep440_rs/pyo3", "pyo3-log"]