chore(tvix): bump to data-encoding 2.6.0

Change-Id: I26af403bfa99e5d1cff24641a3dba908e1d06686
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11899
Reviewed-by: flokli <flokli@flokli.de>
Autosubmit: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Reviewed-by: Ilan Joselevich <personal@ilanjoselevich.com>
This commit is contained in:
Florian Klink 2024-06-30 19:54:27 +03:00 committed by flokli
parent ffdc96ca59
commit afbe995aa9
9 changed files with 12 additions and 12 deletions

View file

@ -10,7 +10,7 @@ members = ["."]
[dependencies]
aws_lambda_events = { version = "0.11.1", default-features = false, features = ["lambda_function_urls"] }
bytes = "1.5.0"
data-encoding = "2.4.0"
data-encoding = "2.6.0"
futures = { version = "0.3.30", default-features = false, features = ["std"] }
httparse = "1.8.0"
hyper = { version = "0.14.27", default-features = false }