Merge branch 'main' into dependabot/cargo/serde-1.0.215

This commit is contained in:
August 2024-11-18 09:29:51 -05:00 committed by GitHub
commit 4c7c96b7f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1496,9 +1496,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.132"
version = "1.0.133"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03"
checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377"
dependencies = [
"itoa",
"memchr",

View File

@ -20,6 +20,6 @@ pretty_env_logger = "0.5.0"
tokio = { version = "1.41", features = ["macros", "rt-multi-thread"] }
rand = "0.8.5"
serde = { version = "1.0.215", features = ["serde_derive"] }
serde_json = "1.0.132"
serde_json = "1.0.133"
roux = "2.2.13"
structstruck = "0.4.1"