Skip to content

Commit a60f46d

Browse files
authored
Merge pull request #491 from awslabs/dependabot/cargo/serde_json-1.0.83
build(deps): bump serde_json from 1.0.82 to 1.0.83
2 parents a94dabc + 15f7fcb commit a60f46d

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

Cargo.lock

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

olpc-cjson/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ edition = "2018"
1010

1111
[dependencies]
1212
serde = "1.0"
13-
serde_json = "1.0.63"
13+
serde_json = "1.0.83"
1414
unicode-normalization = "0.1"

tough-kms/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ base64 = "0.13"
3030
bytes = "1"
3131
http = "0.2"
3232
serde = "1.0.142"
33-
serde_json = "1.0.63"
33+
serde_json = "1.0.83"

tough-ssm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ tough = { version = "0.12.3", path = "../tough", features = ["http"] }
1919
aws-sdk-ssm = "0.16.0"
2020
aws-config = "0.46.0"
2121
serde = "1.0.142"
22-
serde_json = "1.0.63"
22+
serde_json = "1.0.83"
2323
snafu = { version = "0.7", features = ["backtraces-impl-backtrace-crate"] }
2424
tokio = { version = "1", features = ["fs", "io-util", "time", "macros", "rt-multi-thread"] }

tough/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ percent-encoding = "2"
2121
reqwest = { version = "0.11.1", optional = true, default-features = false, features = ["blocking"] }
2222
ring = { version = "0.16.16", features = ["std"] }
2323
serde = { version = "1.0.142", features = ["derive"] }
24-
serde_json = "1.0.63"
24+
serde_json = "1.0.83"
2525
serde_plain = "1.0.0"
2626
snafu = "0.7"
2727
tempfile = "3.3.0"

tuftool/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ aws-sdk-ssm = "0.16.0"
2929
aws-config = "0.46.0"
3030
ring = { version = "0.16.16", features = ["std"] }
3131
serde = "1.0.142"
32-
serde_json = "1.0.63"
32+
serde_json = "1.0.83"
3333
simplelog = "0.12"
3434
snafu = { version = "0.7", features = ["backtraces-impl-backtrace-crate"] }
3535
structopt = "0.3"

0 commit comments

Comments
 (0)