summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-29 02:30:33 +0000
committerFujiApple <fujiapple852@gmail.com>2024-04-29 13:10:21 +0800
commit844cc041f4e9e4d295558e29088c35080430bb61 (patch)
tree6ec190aa381e8c676d82ce258813de68882c356f
parentad5227b4c885262b2e55dfe418b781ad4c44619a (diff)
build(deps): bump serde_with from 3.8.0 to 3.8.1
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.8.0 to 3.8.1. - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](https://github.com/jonasbb/serde_with/compare/v3.8.0...v3.8.1) --- updated-dependencies: - dependency-name: serde_with dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock8
-rw-r--r--Cargo.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ec83f55..5b7bffc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1492,9 +1492,9 @@ dependencies = [
[[package]]
name = "serde_with"
-version = "3.8.0"
+version = "3.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2c85f8e96d1d6857f13768fcbd895fcb06225510022a2774ed8b5150581847b0"
+checksum = "0ad483d2ab0149d5a5ebcd9972a3852711e0153d863bf5a5d0391d28883c4a20"
dependencies = [
"base64",
"chrono",
@@ -1510,9 +1510,9 @@ dependencies = [
[[package]]
name = "serde_with_macros"
-version = "3.8.0"
+version = "3.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c8b3a576c4eb2924262d5951a3b737ccaf16c931e39a2810c36f9a7e25575557"
+checksum = "65569b702f41443e8bc8bbb1c5779bd0450bbe723b56198980e80ec45780bce2"
dependencies = [
"darling",
"proc-macro2",
diff --git a/Cargo.toml b/Cargo.toml
index 7318a41..d256e1f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -53,7 +53,7 @@ tracing-subscriber = { version = "0.3.18", default-features = false, features =
tracing-chrome = "0.7.2"
petgraph = "0.6.4"
csv = "1.3.0"
-serde_with = "3.8.0"
+serde_with = "3.8.1"
encoding_rs_io = "0.1.7"
bitflags = "2.5.0"
clap_mangen = "0.2.20"