chore(tvix): update crate dependencies
Change-Id: Ia48b1774e52d8197e93e9a6444857470a7895926 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12932 Autosubmit: flokli <flokli@flokli.de> Reviewed-by: Ilan Joselevich <personal@ilanjoselevich.com> Tested-by: BuildkiteCI
This commit is contained in:
parent
8f615ece77
commit
1713709ab4
6 changed files with 2333 additions and 1129 deletions
|
|
@ -108,11 +108,10 @@ quote = "1.0.37"
|
|||
redb = "2.1.2"
|
||||
regex = "1.10.6"
|
||||
reqwest = { version = "0.12.7", default-features = false }
|
||||
# https://github.com/TrueLayer/reqwest-middleware/pull/201#issuecomment-2493960010
|
||||
reqwest-middleware = { git = "https://github.com/TrueLayer/reqwest-middleware", rev = "8a494c165734e24c62823714843e1c9347027e8a", default-features = false }
|
||||
reqwest-tracing = { git = "https://github.com/TrueLayer/reqwest-middleware", rev = "8a494c165734e24c62823714843e1c9347027e8a", default-features = false }
|
||||
reqwest-middleware = { version = "0.4.0", default-features = false }
|
||||
reqwest-tracing = { version = "0.5.5", default-features = false }
|
||||
rnix = "0.11.0"
|
||||
rowan = "*"
|
||||
rowan = "0.15" # keep in sync with rnix
|
||||
rstest = "0.19.0"
|
||||
rstest_reuse = "0.6.0"
|
||||
rustc-hash = "2.0.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue