diff --git a/Cargo.lock b/Cargo.lock index 0a52328..810a647 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1042,9 +1042,9 @@ checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" [[package]] name = "oxilangtag" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23f3f87617a86af77fa3691e6350483e7154c2ead9f1261b75130e21ca0f8acb" +checksum = "5d3b4eb570abd4a1dcb062c31fd37b832264d9dc7292c3e69acfe926c87b063f" dependencies = [ "serde", ] @@ -1229,9 +1229,9 @@ checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c" [[package]] name = "reqwest" -version = "0.13.3" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62e0021ea2c22aed41653bc7e1419abb2c97e038ff2c33d0e1309e49a97deec0" +checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3" dependencies = [ "base64", "bytes", diff --git a/sectxtbin/Cargo.toml b/sectxtbin/Cargo.toml index 46425b3..4eba2f6 100644 --- a/sectxtbin/Cargo.toml +++ b/sectxtbin/Cargo.toml @@ -16,7 +16,7 @@ argh = "0.1.19" futures = "0.3.32" human-panic = "2.0.8" lazy_static = "1.5.0" -reqwest = "0.13.3" +reqwest = "0.13.4" tracing = "0.1.44" tracing-subscriber = { version = ">=0.3.20", features = ["env-filter", "json", "valuable"] } url = "2.5.8" diff --git a/sectxtlib/Cargo.toml b/sectxtlib/Cargo.toml index 2219c01..d11b28e 100644 --- a/sectxtlib/Cargo.toml +++ b/sectxtlib/Cargo.toml @@ -13,6 +13,6 @@ license = "ISC" chrono = ">=0.4.20" iri-string = "0.7.12" nom = ">=5.1.2, <9" -oxilangtag = "0.1.5" +oxilangtag = "0.1.6" thiserror = "2.0" valuable = { version = "0.1.1", features = ["derive"] }