Merge pull request #47 from matter-labs/renovate/serde_with-3.x

chore(deps): update rust crate serde_with to 3.7
This commit is contained in:
Harald Hoyer 2024-03-12 11:00:39 +01:00 committed by GitHub
commit 28d58c7cab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

@ -2241,9 +2241,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_with" name = "serde_with"
version = "3.6.1" version = "3.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15d167997bd841ec232f5b2b8e0e26606df2e7caa4c31b95ea9ca52b200bd270" checksum = "ee80b0e361bbf88fd2f6e242ccd19cfda072cb0faa6ae694ecee08199938569a"
dependencies = [ dependencies = [
"base64 0.21.7", "base64 0.21.7",
"chrono", "chrono",
@ -2259,9 +2259,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_with_macros" name = "serde_with_macros"
version = "3.6.1" version = "3.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "865f9743393e638991566a8b7a479043c2c8da94a33e0a31f18214c9cae0a64d" checksum = "6561dc161a9224638a31d876ccdfefbc1df91d3f3a8342eddb35f055d48c7655"
dependencies = [ dependencies = [
"darling 0.20.8", "darling 0.20.8",
"proc-macro2", "proc-macro2",

View file

@ -46,7 +46,7 @@ rustls-pemfile = "2"
sec1 = { version = "0.7.3", features = ["der"], default-features = false } sec1 = { version = "0.7.3", features = ["der"], default-features = false }
serde = { version = "1", features = ["derive", "rc"] } serde = { version = "1", features = ["derive", "rc"] }
serde_json = "1" serde_json = "1"
serde_with = { version = "3.6", features = ["base64", "hex"] } serde_with = { version = "3.7", features = ["base64", "hex"] }
sha2 = "0.10.8" sha2 = "0.10.8"
signature = "2.2.0" signature = "2.2.0"
teepot = { path = "crates/teepot" } teepot = { path = "crates/teepot" }