Skip to content

Commit

Permalink
Merge pull request #1333 from TeamHarTex/renovate/serde_json-1.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate serde_json to 1.0.105
  • Loading branch information
HTGAzureX1212 authored Aug 16, 2023
2 parents 4b14da1 + f547f1c commit 8e707c4
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 22 deletions.
12 changes: 6 additions & 6 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 @@ -22,6 +22,6 @@ dotenvy = "0.15.7"
miette = { version = "5.10.0", features = ["fancy"] }
rocket = { git = "https://github.com/SergioBenitez/Rocket.git", branch = "master" }
serde = "1.0.183"
serde_json = "1.0.104"
serde_json = "1.0.105"

[features]
2 changes: 1 addition & 1 deletion api-backend/hartex-backend-routes-v1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ hartex_log = { path = "../../rust-utilities/hartex-log" }

governor = { git = "https://github.com/antifuchs/governor.git" }
rocket = { git = "https://github.com/SergioBenitez/Rocket.git", branch = "master", features = ["json"] }
serde_json = "1.0.104"
serde_json = "1.0.105"
sqlx = { version = "0.7.0", features = ["runtime-tokio-native-tls", "postgres"] }

[features]
2 changes: 1 addition & 1 deletion api-backend/hartex-backend-status-util/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_json = "1.0.104"
serde_json = "1.0.105"

[features]
12 changes: 6 additions & 6 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-driver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ futures-util = "0.3.28"
miette = { version = "5.10.0", features = ["fancy"] }
octocrab = { git = "https://github.com/TeamHarTex/octocrab.git" }
reqwest-eventsource = { git = "https://github.com/TeamHarTex/reqwest-eventsource.git" }
serde_json = "1.0.104"
serde_json = "1.0.105"
state = "0.6.0"
tokio = { version = "1.31.0", features = ["rt-multi-thread", "sync"] }

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

[features]
2 changes: 1 addition & 1 deletion bors/hartex-bors-permissions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ hartex_log = { path = "../../rust-utilities/hartex-log" }

hyper = { version = "0.14.27", features = ["client", "http2"] }
miette = "5.10.0"
serde_json = "1.0.104"
serde_json = "1.0.105"
tokio = { version = "1.31.0", features = ["sync"] }

[features]
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ 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.183", features = ["derive"] }
serde_json = "1.0.104"
serde_json = "1.0.105"
walkdir = "2.3.3"

[features]
2 changes: 1 addition & 1 deletion discord-frontend/hartex-discord-commands/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ hartex_discord_utils = { path = "../../rust-utilities/hartex-discord-utils" }
futures = "0.3.28"
hyper = { version = "0.14.27", features = ["client", "http2"] }
miette = "5.10.0"
serde_json = "1.0.104"
serde_json = "1.0.105"

[features]
2 changes: 1 addition & 1 deletion discord-frontend/hartex-discord-leader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ hartex_log = { path = "../../rust-utilities/hartex-log" }
futures-util = "0.3.28"
miette = { version = "5.10.0", features = ["fancy"] }
rdkafka = { version = "0.33.2", default-features = false, features = ["cmake-build", "external-lz4", "tokio"] }
serde_json = "1.0.104"
serde_json = "1.0.105"
serde_scan = "0.4.1"
tracing = { version = "0.1.37", features = ["log-always" ]}

Expand Down
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 @@ -27,7 +27,7 @@ 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.183"
serde_json = "1.0.104"
serde_json = "1.0.105"
serde_scan = "0.4.1"
sqlx = { version = "0.7.0", features = ["runtime-tokio-native-tls", "postgres"] }
tracing = { version = "0.1.37", features = ["log-always" ] }
Expand Down

0 comments on commit 8e707c4

Please sign in to comment.