Skip to content

Commit

Permalink
chore(deps): update rust crate serde to 1.0.160
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 11, 2023
1 parent 9a59868 commit 1b17a9e
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 @@ chrono = { version = "0.4.24", features = ["serde"] }
futures = "0.3.28"
getset = "0.1.2"
num_cpus = "1.15.0"
serde = { version = "1.0.159", features = ["derive"] }
serde = { version = "1.0.160", features = ["derive"] }
serde_json = "1.0.95"
sqlx = { version = "0.6.3", features = ["postgres", "json", "chrono"] }
thiserror = "1.0.40"
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 @@ -15,7 +15,7 @@ readme = "README.md"
archimedes_crontab_types = { path = "../crontab_types" , version = "0.4.0" }
json5 = "0.4.1"
nom = "7.1.3"
serde = { version = "1.0.159", features = ["derive"] }
serde = { version = "1.0.160", features = ["derive"] }
serde_json = "1.0.95"
serde_qs = "0.12.0"
thiserror = "1.0.40"
2 changes: 1 addition & 1 deletion crates/crontab_runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ archimedes_shutdown_signal = { path = "../shutdown_signal" , version = "0.2.4" }
chrono = { version = "0.4.24", features = ["serde"] }
sqlx = { version = "0.6.3", features = ["chrono", "postgres", "json"] }
thiserror = "1.0.40"
serde = { version = "1.0.159", features = ["derive"] }
serde = { version = "1.0.160", features = ["derive"] }
serde_json = "1.0.95"
getset = "0.1.2"
tracing = "0.1.37"
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ itertools = "0.10.5"
once_cell = "1.17.1"
percent-encoding = "2.2.0"
regex = "1.7.3"
serde = { version = "1.0.159", features = ["derive"] }
serde = { version = "1.0.160", features = ["derive"] }
structstruck = "0.4.0"
toml = "0.7.3"
toml_edit = { version = "0.19.8", features = ["serde"] }

0 comments on commit 1b17a9e

Please sign in to comment.