mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
Merge pull request #373 from rustic-rs/dependabot/cargo/serde_with-2.2.0
build(deps): bump serde_with from 2.1.0 to 2.2.0
This commit is contained in:
commit
575c2f9c8a
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -1901,9 +1901,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "serde_with"
|
||||
version = "2.1.0"
|
||||
version = "2.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "25bf4a5a814902cd1014dbccfa4d4560fb8432c779471e96e035602519f82eef"
|
||||
checksum = "30d904179146de381af4c93d3af6ca4984b3152db687dacb9c3c35e86f39809c"
|
||||
dependencies = [
|
||||
"base64 0.13.1",
|
||||
"chrono",
|
||||
@ -1917,9 +1917,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "serde_with_macros"
|
||||
version = "2.1.0"
|
||||
version = "2.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e3452b4c0f6c1e357f73fdb87cd1efabaa12acf328c7a528e252893baeb3f4aa"
|
||||
checksum = "a1966009f3c05f095697c537312f5415d1e3ed31ce0a56942bac4c771c5c335e"
|
||||
dependencies = [
|
||||
"darling",
|
||||
"proc-macro2",
|
||||
|
||||
@ -74,7 +74,7 @@ clap_complete = "3.2.4"
|
||||
directories = "4"
|
||||
toml = "0.5"
|
||||
merge = "0.1"
|
||||
serde_with = "2.1"
|
||||
serde_with = "2.2"
|
||||
rpassword = "7"
|
||||
bytesize = "1"
|
||||
indicatif = "=0.17.0" # until https://github.com/console-rs/indicatif/issues/493 is fixed.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user