3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2025-11-02 21:57:51 +00:00

"add jsonpath test"

This commit is contained in:
Arpad Borsos 2024-03-24 10:00:25 +01:00
parent 2bceda3912
commit f7a52f6914
No known key found for this signature in database
GPG key ID: FC7BCA77824B3298
2 changed files with 360 additions and 52 deletions

View file

@ -6,7 +6,8 @@ authors = ["Arpad Borsos <arpad.borsos@googlemail.com>"]
edition = "2021"
[dependencies]
reqwest = "0.11.18"
reqwest = "0.12.1"
jsonpath_lib_polars_vendor = "0.0.1"
watto = { git = "https://github.com/getsentry/watto", rev = "d71c8218506bddba102a124a460d64da25e303dc", features = ["strings"] }
[dev-dependencies]