Skip to content

Commit

Permalink
chore(deps): update rust crate serde_json to 1.0.93
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 8, 2023
1 parent 3ecb31d commit 7eb2054
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ futures = "0.3.26"
getset = "0.1.2"
num_cpus = "1.15.0"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.92"
serde_json = "1.0.93"
sqlx = { version = "0.6.2", features = ["postgres", "json", "chrono"] }
thiserror = "1.0.38"
tracing = "0.1.37"
Expand Down
2 changes: 1 addition & 1 deletion crates/crontab_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ archimedes_crontab_types = { path = "../crontab_types", version = "0.1.0" }
json5 = "0.4.1"
nom = "7.1.3"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.92"
serde_json = "1.0.93"
serde_qs = "0.11.0"
thiserror = "1.0.38"
2 changes: 1 addition & 1 deletion crates/crontab_runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ chrono = { version = "0.4.23", features = ["serde"] }
sqlx = { version = "0.6.2", features = ["chrono", "postgres", "json"] }
thiserror = "1.0.38"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.92"
serde_json = "1.0.93"
getset = "0.1.2"
tracing = "0.1.37"
once_cell = "1.17.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/crontab_types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ readme = "README.md"
[dependencies]
chrono = "0.4.23"
getset = "0.1.2"
serde_json = "1.0.92"
serde_json = "1.0.93"

[dev-dependencies]
anyhow = "1.0.69"

0 comments on commit 7eb2054

Please sign in to comment.