summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-27 01:13:14 +0000
committerGitHub <noreply@github.com>2023-07-27 01:13:14 +0000
commit347921848c28aa19c0db9e00ddcae1362a28af61 (patch)
tree9670f8dd80b6e606405cec88f188a61a0eb56946
parent086ee0705c617ad5c043140b63ba109124cecc6f (diff)
chore(deps): bump serde_json from 1.0.103 to 1.0.104
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.103 to 1.0.104. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.103...v1.0.104) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--systeroid-core/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 383d849..daed81d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -982,9 +982,9 @@ dependencies = [
[[package]]
name = "serde_json"
-version = "1.0.103"
+version = "1.0.104"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d03b412469450d4404fe8499a268edd7f8b79fecb074b0d812ad64ca21f4031b"
+checksum = "076066c5f1078eac5b722a31827a8832fe108bed65dfa75e233c89f8206e976c"
dependencies = [
"itoa",
"ryu",
diff --git a/systeroid-core/Cargo.toml b/systeroid-core/Cargo.toml
index 8ef6ddf..c80d1bd 100644
--- a/systeroid-core/Cargo.toml
+++ b/systeroid-core/Cargo.toml
@@ -20,6 +20,6 @@ lazy_static = "1.4.0"
rayon = "1.7.0"
owo-colors = { version = "3.5.0", features = ["supports-colors"] }
serde = { version = "1.0.175", features = ["derive"] }
-serde_json = "1.0.103"
+serde_json = "1.0.104"
dirs-next = "2.0.0"
rust-ini = "0.19.0"