1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

Update libsodium to 1.0.20 (#9240)

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
J. Nick Koston
2025-06-30 03:47:04 -05:00
committed by GitHub
parent 3930609d8b
commit aaa7117ec9
2 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ build_flags =
; This are common settings for all environments.
[common]
lib_deps =
esphome/noise-c@0.1.4 ; api
esphome/noise-c@0.1.10 ; api
improv/Improv@1.2.4 ; improv_serial / esp32_improv
bblanchon/ArduinoJson@6.18.5 ; json
wjtje/qr-code-generator-library@1.7.0 ; qr_code
@@ -567,7 +567,7 @@ build_unflags =
extends = common
platform = platformio/native
lib_deps =
esphome/noise-c@0.1.1 ; used by api
esphome/noise-c@0.1.10 ; used by api
build_flags =
${common.build_flags}
-DUSE_HOST