Skip to content

Commit

Permalink
Merge pull request #1354 from TeamHarTex/renovate/serde-1.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate serde to v1.0.185
  • Loading branch information
HTGAzureX1212 authored Aug 21, 2023
2 parents f473cfb + d76bca2 commit 47b5c37
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 22 deletions.
8 changes: 4 additions & 4 deletions api-backend/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 api-backend/hartex-backend-driver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ hartex_log = { path = "../../rust-utilities/hartex-log" }
dotenvy = "0.15.7"
miette = { version = "5.10.0", features = ["fancy"] }
rocket = { git = "https://github.com/SergioBenitez/Rocket.git", branch = "master" }
serde = "=1.0.171"
serde = "=1.0.185"
serde_json = "1.0.105"

[features]
2 changes: 1 addition & 1 deletion api-backend/hartex-backend-models-v1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rust-version = "1.73.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde = { version = "=1.0.171", features = ["derive"] }
serde = { version = "=1.0.185", features = ["derive"] }
sqlx = { version = "0.7.0", features = ["chrono", "postgres", "runtime-tokio-native-tls"] }

[features]
2 changes: 1 addition & 1 deletion api-backend/hartex-backend-models/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ rust-version = "1.73.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde = { version = "=1.0.171", features = ["derive"] }
serde = { version = "=1.0.185", features = ["derive"] }

[features]
8 changes: 4 additions & 4 deletions bors/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 bors/hartex-bors-database/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ miette = "5.10.0"
octocrab = { git = "https://github.com/TeamHarTex/octocrab.git" }
sea-orm = { version = "0.12.2", features = ["sqlx-sqlite", "runtime-tokio-native-tls", "macros"] }
sea-orm-migration = { version = "0.12.2", features = ["runtime-tokio-native-tls", "sqlx-sqlite"] }
serde = { version = "=1.0.171", features = ["derive"] }
serde = { version = "=1.0.185", features = ["derive"] }
sqlx = { version = "0.7.0", features = ["runtime-tokio-native-tls", "sqlite"] }

[features]
2 changes: 1 addition & 1 deletion bors/hartex-bors-github/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jsonwebtoken = "8.3.0"
miette = "5.10.0"
octocrab = { git = "https://github.com/TeamHarTex/octocrab.git" }
secrecy = "0.8.0"
serde = { version = "=1.0.171", features = ["derive"] }
serde = { version = "=1.0.185", features = ["derive"] }
serde_json = "1.0.105"
tokio = { version = "1.32.0", features = ["sync"] }

Expand Down
2 changes: 1 addition & 1 deletion bors/hartex-bors-website/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ async-lock = "2.8.0"
handlebars = { version = "5.0.0-beta.2", features = ["dir_source"] }
miette = { version = "5.10.0", features = ["fancy"] }
rocket = { git = "https://github.com/SergioBenitez/Rocket.git", branch = "master" }
serde = { version = "=1.0.171", features = ["derive"] }
serde = { version = "=1.0.185", features = ["derive"] }

[features]
8 changes: 4 additions & 4 deletions buildsystem/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 buildsystem/hartexbuild-hartexfile/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rust-version = "1.73.0"
hartex_errors = { path = "../../rust-utilities/hartex-errors" }

miette = "5.10.0"
serde = { version = "=1.0.171", features = ["derive"] }
serde = { version = "=1.0.185", features = ["derive"] }
hcl-rs = "0.16.3"

[features]
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ hyper = { version = "0.14.27", features = ["client", "http2"] }
hyper-trust-dns = { version = "0.5.0", features = ["native-tls"] }
miette = { version = "5.10.0", features = ["fancy"] }
owo-colors = "3.5.0"
serde = { version = "=1.0.171", features = ["derive"] }
serde = { version = "=1.0.185", features = ["derive"] }
serde_json = "1.0.105"
walkdir = "2.3.3"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ rust-version = "1.73.0"
[dependencies]
hcl-rs = "0.16.3"
miette = "5.10.0"
serde = { version = "=1.0.171", features = ["derive"] }
serde = { version = "=1.0.185", features = ["derive"] }

[features]
2 changes: 1 addition & 1 deletion discord-frontend/hartex-discord-worker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ futures-util = "0.3.28"
miette = { version = "5.10.0", features = ["fancy"] }
once_cell = "1.18.0"
rdkafka = { version = "0.33.2", default-features = false, features = ["cmake-build", "external-lz4", "tokio"] }
serde = "=1.0.171"
serde = "=1.0.185"
serde_json = "1.0.105"
serde_scan = "0.4.1"
sqlx = { version = "0.7.0", features = ["runtime-tokio-native-tls", "postgres"] }
Expand Down

0 comments on commit 47b5c37

Please sign in to comment.