Skip to content

Commit 35c7d5a

Browse files
chore(deps): bump serde_with from 3.18.0 to 3.20.0 in the serde group (#25474)
* chore(deps): bump serde_with from 3.18.0 to 3.20.0 in the serde group Bumps the serde group with 1 update: [serde_with](https://github.com/jonasbb/serde_with). Updates `serde_with` from 3.18.0 to 3.20.0 - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](jonasbb/serde_with@v3.18.0...v3.20.0) --- updated-dependencies: - dependency-name: serde_with dependency-version: 3.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: serde ... Signed-off-by: dependabot[bot] <support@github.com> * update licenses --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pavlos Rontidis <pavlos.rontidis@gmail.com>
1 parent fd1d451 commit 35c7d5a

3 files changed

Lines changed: 16 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 14 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ rust_decimal = { version = "1.40.0", default-features = false, features = ["std"
190190
semver = { version = "1.0.28", default-features = false, features = ["serde", "std"] }
191191
serde = { version = "1.0.219", default-features = false, features = ["alloc", "derive", "rc"] }
192192
serde_json = { version = "1.0.149", default-features = false, features = ["preserve_order", "raw_value", "std"] }
193-
serde_with = { version = "3.18.0", default-features = false, features = ["std", "macros", "chrono_0_4"] }
193+
serde_with = { version = "3.20.0", default-features = false, features = ["std", "macros", "chrono_0_4"] }
194194
serde_yaml = { version = "0.9.34", default-features = false }
195195
snafu = { version = "0.9.0", default-features = false, features = ["futures", "std"] }
196196
socket2 = { version = "0.5.10", default-features = false }

LICENSE-3rdparty.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ borsh,https://github.com/near/borsh-rs,MIT OR Apache-2.0,Near Inc <hello@near.or
129129
borsh-derive,https://github.com/near/borsh-rs,Apache-2.0,Near Inc <hello@nearprotocol.com>
130130
brotli,https://github.com/dropbox/rust-brotli,BSD-3-Clause AND MIT,"Daniel Reiter Horn <danielrh@dropbox.com>, The Brotli Authors"
131131
brotli-decompressor,https://github.com/dropbox/rust-brotli-decompressor,BSD-3-Clause OR MIT,"Daniel Reiter Horn <danielrh@dropbox.com>, The Brotli Authors"
132+
bs58,https://github.com/Nullus157/bs58-rs,MIT OR Apache-2.0,The bs58 Authors
132133
bson,https://github.com/mongodb/bson-rust,MIT,"Y. T. Chung <zonyitoo@gmail.com>, Kevin Yeh <kevinyeah@utexas.edu>, Saghm Rossi <saghmrossi@gmail.com>, Patrick Freed <patrick.freed@mongodb.com>, Isabel Atkinson <isabel.atkinson@mongodb.com>, Abraham Egnor <abraham.egnor@mongodb.com>"
133134
bstr,https://github.com/BurntSushi/bstr,MIT OR Apache-2.0,Andrew Gallant <jamslam@gmail.com>
134135
bumpalo,https://github.com/fitzgen/bumpalo,MIT OR Apache-2.0,Nick Fitzgerald <fitzgen@gmail.com>

0 commit comments

Comments
 (0)