Skip to content

Commit

Permalink
build(deps): Bump fixed from 1.23.1 to 1.24.0
Browse files Browse the repository at this point in the history
Bumps [fixed](https://gitlab.com/tspiteri/fixed) from 1.23.1 to 1.24.0.
- [Changelog](https://gitlab.com/tspiteri/fixed/blob/master/RELEASES.md)
- [Commits](https://gitlab.com/tspiteri/fixed/compare/v1.23.1...v1.24.0)

---
updated-dependencies:
- dependency-name: fixed
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2023
1 parent 36981a7 commit 16cf359
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
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.5"
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.5", 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

0 comments on commit 16cf359

Please sign in to comment.