Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 31, 2023
1 parent 1ecbcb1 commit b1a96b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ json5 = "0.4.1"
nom = "7.1.3"
serde_json = "1.0.108"
serde_qs = "0.12.0"
thiserror = "1.0.52"
thiserror = "1.0.53"
chrono = { version = "0.4.31", features = ["serde"] }
sqlx = { version = "0.7.3", features = ["chrono", "postgres", "json"] }
getset = "0.1.2"
tracing = "0.1.40"
once_cell = "1.19.0"
anyhow = "1.0.77"
anyhow = "1.0.78"
cfg-if = "1.0.0"
futures = "0.3.30"

Expand Down Expand Up @@ -62,7 +62,7 @@ num_cpus = "1.16.0"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
sqlx = { version = "0.7.3", features = ["postgres", "json", "chrono"] }
thiserror = "1.0.52"
thiserror = "1.0.53"
tracing = "0.1.40"
tokio = { version = "1.35.1", features = ["macros", "signal"], optional = true }
rand = "0.8.5"
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "Archimedes helper tasks CLI"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.77"
anyhow = "1.0.78"
chrono = "0.4.31"
clap = { version = "4.4.12", features = ["derive"] }
derive_more = "0.99.17"
Expand Down

0 comments on commit b1a96b6

Please sign in to comment.