mirror of
https://github.com/atuinsh/atuin.git
synced 2025-08-18 02:50:38 +02:00
Bump serde_json from 1.0.86 to 1.0.91
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.86 to 1.0.91. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.86...v1.0.91) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -1785,9 +1785,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "serde_json"
|
||||
version = "1.0.86"
|
||||
version = "1.0.91"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "41feea4228a6f1cd09ec7a3593a682276702cd67b5273544757dae23c096f074"
|
||||
checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"
|
||||
dependencies = [
|
||||
"itoa",
|
||||
"ryu",
|
||||
|
@@ -55,7 +55,7 @@ eyre = "0.6"
|
||||
directories = "4"
|
||||
indicatif = "0.17.1"
|
||||
serde = { version = "1.0.145", features = ["derive"] }
|
||||
serde_json = "1.0.86"
|
||||
serde_json = "1.0.91"
|
||||
tui = { version = "0.19", default-features = false, features = ["termion"] }
|
||||
termion = "1.5"
|
||||
unicode-width = "0.1"
|
||||
|
@@ -34,7 +34,7 @@ whoami = "1.1.2"
|
||||
interim = { version = "0.1.0", features = ["chrono"] }
|
||||
config = { version = "0.13", default-features = false, features = ["toml"] }
|
||||
serde = { version = "1.0.145", features = ["derive"] }
|
||||
serde_json = "1.0.86"
|
||||
serde_json = "1.0.91"
|
||||
parse_duration = "2.1.1"
|
||||
async-trait = "0.1.58"
|
||||
itertools = "0.10.5"
|
||||
|
@@ -18,7 +18,7 @@ uuid = { version = "1.2", features = ["v4"] }
|
||||
whoami = "1.1.2"
|
||||
config = { version = "0.13", default-features = false, features = ["toml"] }
|
||||
serde = { version = "1.0.145", features = ["derive"] }
|
||||
serde_json = "1.0.86"
|
||||
serde_json = "1.0.91"
|
||||
sodiumoxide = "0.2.6"
|
||||
base64 = "0.20.0"
|
||||
rand = "0.8.4"
|
||||
|
Reference in New Issue
Block a user