Merge pull request 'Update Rust crate base64 to 0.23.0' (#60) from renovate/base64-0.x into v0

Reviewed-on: spacebar/rust-nex#60
This commit is contained in:
redbinder0526 2026-08-08 07:34:54 +02:00
commit 5300602654
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -2485,7 +2485,7 @@ dependencies = [
name = "rnex-ds"
version = "0.1.0"
dependencies = [
"base64 0.22.1",
"base64 0.23.1",
"chrono",
"futures",
"hex",

View file

@ -16,7 +16,7 @@ thiserror = "2.0.18"
chrono = "0.4.45"
sha2 = "0.11.0"
hmac = "0.13.0"
base64 = "0.22.1"
base64 = "0.23.0"
serde_json = "1.0.150"
hex = "0.4.3"
urlencoding = "2.1.3"