Skip to content

Commit

Permalink
Merge pull request #8 from Sharparam/dependabot/cargo/serde_json-1.0.105
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharparam committed Aug 22, 2023
2 parents edcbaef + e5f2048 commit 9ca1400
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ reqwest = { version = "0.11.19", default-features = false, features = [
"rustls-tls"
] }
serde = { version = "1.0.185", features = ["derive"] }
serde_json = "1.0.104"
serde_json = "1.0.105"
strum = { version = "0.25.0", features = ["derive"] }
thiserror = "1.0.44"
tracing = "0.1.37"
Expand Down
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ron = { version = "0.8.1", optional = true }
rpassword = "7.2.0"
serde = "1.0.185"
serde-lexpr = { version = "0.1.3", optional = true }
serde_json = "1.0.104"
serde_json = "1.0.105"
serde_yaml = { version = "0.9.25", optional = true }
toml = "0.7.6"
tracing = "0.1.37"
Expand Down
2 changes: 1 addition & 1 deletion crates/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ tracing = "0.1.37"
url = { version = "2.4.0", features = ["serde"] }

[dev-dependencies]
serde_json = "1.0.104"
serde_json = "1.0.105"

0 comments on commit 9ca1400

Please sign in to comment.