Skip to content

Commit

Permalink
chore(deps): update serde crates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent d9ed091 commit fb5e79c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion aliri_actix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ aliri_clock = { version = "0.1.0", path = "../aliri_clock" }
aliri_oauth2 = { version = "0.10.0", path = "../aliri_oauth2", features = [ "reqwest" ] }
color-eyre = "0.6"
regex = "1"
serde_json = "1"
serde_json = "1.0.116"

[package.metadata.workspaces]
independent = true
4 changes: 2 additions & 2 deletions aliri_axum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ aliri_tower = { version = "0.6.0", path = "../aliri_tower" }
axum = { version = "0.7.5", default-features = false, features = ["tokio", "http1", "http2"] }
color-eyre = "0.6.3"
reqwest = "0.12.3"
serde = { version = "1.0.197", features = [ "derive" ] }
serde_json = "1"
serde = { version = "1.0.199", features = [ "derive" ] }
serde_json = "1.0.116"
time = { version = "0.3.36", features = ["formatting"] }
tokio = { version = "1", features = [ "rt-multi-thread", "macros", "time" ] }
tracing = "0.1"
Expand Down
4 changes: 2 additions & 2 deletions aliri_base64/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ base64 = "0.22"
serde = { version = "1", optional = true }

[dev-dependencies]
serde = { version = "1", features = [ "derive" ] }
serde_json = "1"
serde = { version = "1.0.199", features = [ "derive" ] }
serde_json = "1.0.116"

[package.metadata.workspaces]
independent = true
Expand Down
2 changes: 1 addition & 1 deletion aliri_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository = "https://github.com/neoeinstein/aliri"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dev-dependencies]
serde = "1"
serde = "1.0.199"

[package.metadata.workspaces]
independent = true
2 changes: 1 addition & 1 deletion aliri_oauth2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tracing = "0.1.40"
[dev-dependencies]
aliri = { version = "0.6.0", path = "../aliri", features = [ "private-keys" ] }
openssl = "0.10"
serde_json = "1"
serde_json = "1.0.116"
tokio = { version = "1", features = [ "rt-multi-thread", "macros" ] }

[package.metadata.workspaces]
Expand Down
2 changes: 1 addition & 1 deletion aliri_warp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ warp = "0.3"
[dev-dependencies]
color-eyre = "0.6"
regex = "1"
serde_json = "1"
serde_json = "1.0.116"
tokio = { version = "1", features = [ "rt-multi-thread", "macros", "time" ] }

[package.metadata.workspaces]
Expand Down

0 comments on commit fb5e79c

Please sign in to comment.