Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump fixed from 1.23.1 to 1.24.0 #1989

Merged
merged 1 commit into from
Oct 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 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 aggregator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ deadpool = { version = "0.10.0", features = ["rt_tokio_1"] }
deadpool-postgres = "0.11.0"
derivative = "2.2.0"
futures = "0.3.28"
fixed = { version = "1.23", optional = true }
fixed = { version = "1.24", optional = true }
git-version = "0.3.5"
hex = { version = "0.4.3", features = ["serde"], optional = true }
http = "0.2.9"
Expand Down
2 changes: 1 addition & 1 deletion collector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ chrono.workspace = true
derivative = "2.2.0"
janus_core.workspace = true
janus_messages.workspace = true
fixed = { version = "1.23", optional = true }
fixed = { version = "1.24", optional = true }
fixed-macro = { version = "1.1.1", optional = true }
prio.workspace = true
rand = { version = "0.8", features = ["min_const_gen"] }
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ trillium.workspace = true
url = "2.4.1"

[dev-dependencies]
fixed = "1.23"
fixed = "1.24"
hex = { version = "0.4", features = ["serde"] } # ensure this remains compatible with the non-dev dependency
janus_core = { path = ".", features = ["test-util"] }
mockito = "1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion interop_binaries/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ backoff = { version = "0.4", features = ["tokio"] }
base64.workspace = true
clap = "4.4.6"
futures = { version = "0.3.28", optional = true }
fixed = { version = "1.23", optional = true }
fixed = { version = "1.24", optional = true }
fixed-macro = { version = "1.1.1", optional = true }
hex = { version = "0.4", optional = true }
janus_aggregator_core = { workspace = true, features = ["test-util"] }
Expand Down
2 changes: 1 addition & 1 deletion tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ anyhow = "1"
base64.workspace = true
clap = { version = "4.4.6", features = ["cargo", "derive", "env"] }
derivative = "2.2.0"
fixed = { version = "1.23", optional = true }
fixed = { version = "1.24", optional = true }
janus_collector.workspace = true
janus_core.workspace = true
janus_messages.workspace = true
Expand Down
Loading