Skip to content

Commit

Permalink
fix(deps): update rust crate serde_json to 1.0.94
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 5, 2023
1 parent 9c57450 commit 9c22927
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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 nxy-agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }

nxy-common = { path = "../nxy-common" }
tracing-error = "0.2.0"
serde_json = "1.0.91"
serde_json = "1.0.94"
uuid = { version = "1.3.0", features = ["v4", "serde"] }
serde = { version = "1.0.151", features = ["derive"] }
once_cell = "1.17.1"
2 changes: 1 addition & 1 deletion nxy-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
color-eyre = "0.6.2"
ureq = { version = "2.6.2", features = ["json"] }
serde = { version = "1.0.151", features = ["derive"] }
serde_json = "1.0.91"
serde_json = "1.0.94"
uuid = { version = "1.3.0", features = ["serde"] }
tabled = { version = "0.10.0", features = ["color"] }
clap = { version = "4.1.6", features = ["derive"] }
2 changes: 1 addition & 1 deletion nxy-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ edition = "2021"
[dependencies]
thiserror = "1.0"
serde = { version = "1.0.151", features = ["derive"] }
serde_json = "1.0.91"
serde_json = "1.0.94"
uuid = { version = "1.3.0", features = ["serde"] }
2 changes: 1 addition & 1 deletion nxy-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tokio-console = ["console-subscriber"]
[dependencies]
color-eyre = "0.6.2"
serde = { version = "1.0.151", features = ["derive"] }
serde_json = "1.0.91"
serde_json = "1.0.94"
tokio = { version = "1.25.0", features = [
"process",
"macros",
Expand Down

0 comments on commit 9c22927

Please sign in to comment.