fix(deps): update rust crate thiserror to 1.0.58

This commit is contained in:
renovate[bot] 2024-03-12 03:57:17 +00:00 committed by GitHub
parent e888a0a745
commit 4481f6f754
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

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