Skip to content

Commit

Permalink
chore(deps): update rust crate serde to 1.0.154
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 9, 2023
1 parent 374f207 commit abddcf5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ chrono = { version = "0.4.23", features = ["serde"] }
futures = "0.3.26"
getset = "0.1.2"
num_cpus = "1.15.0"
serde = { version = "1.0.153", features = ["derive"] }
serde = { version = "1.0.154", features = ["derive"] }
serde_json = "1.0.94"
sqlx = { version = "0.6.2", features = ["postgres", "json", "chrono"] }
thiserror = "1.0.39"
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 @@ -17,7 +17,7 @@ readme = "README.md"
archimedes_crontab_types = { path = "../crontab_types", version = "0.1.0" }
json5 = "0.4.1"
nom = "7.1.3"
serde = { version = "1.0.153", features = ["derive"] }
serde = { version = "1.0.154", features = ["derive"] }
serde_json = "1.0.94"
serde_qs = "0.12.0"
thiserror = "1.0.39"
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.1.0" }
chrono = { version = "0.4.23", features = ["serde"] }
sqlx = { version = "0.6.2", features = ["chrono", "postgres", "json"] }
thiserror = "1.0.39"
serde = { version = "1.0.153", features = ["derive"] }
serde = { version = "1.0.154", features = ["derive"] }
serde_json = "1.0.94"
getset = "0.1.2"
tracing = "0.1.37"
Expand Down

0 comments on commit abddcf5

Please sign in to comment.