fix(deps): update rust crate thiserror to 1.0.59

This commit is contained in:
renovate[bot] 2024-04-20 21:15:19 +00:00 committed by GitHub
parent d0a9666a29
commit d2d71b3d31
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -21,7 +21,7 @@ rust-version = "1.75.0"
rand = "0.8.5"
# Used for conduit::Error type
thiserror = "1.0.58"
thiserror = "1.0.59"
# Used to encode server public key
base64 = "0.22.0"