Skip to content

Commit

Permalink
build(deps): Bump fixed from 1.25.1 to 1.26.0 (#2801)
Browse files Browse the repository at this point in the history
Bumps [fixed](https://gitlab.com/tspiteri/fixed) from 1.25.1 to 1.26.0.
- [Changelog](https://gitlab.com/tspiteri/fixed/blob/master/RELEASES.md)
- [Commits](https://gitlab.com/tspiteri/fixed/compare/v1.25.1...v1.26.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent bfc408a commit e909910
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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 @@ -48,7 +48,7 @@ console-subscriber = { version = "0.2.0", optional = true }
deadpool = { version = "0.10.0", features = ["rt_tokio_1"] }
deadpool-postgres = "0.12.1"
derivative.workspace = true
fixed = { version = "1.25", optional = true }
fixed = { version = "1.26", optional = true }
futures = "0.3.30"
git-version = "0.3.9"
hex = { version = "0.4.3", features = ["serde"], optional = true }
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.workspace = true
janus_core.workspace = true
janus_messages.workspace = true
fixed = { version = "1.25", optional = true }
fixed = { version = "1.26", optional = true }
prio.workspace = true
rand = { workspace = true, features = ["min_const_gen"] }
reqwest = { version = "0.11.25", default-features = false, features = ["rustls-tls", "json"] }
Expand Down
4 changes: 2 additions & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ base64.workspace = true
bytes.workspace = true
chrono = { workspace = true, features = ["clock"] }
derivative.workspace = true
fixed = { version = "1.25", optional = true }
fixed = { version = "1.26", optional = true }
futures = "0.3.30"
hex = "0.4"
hpke-dispatch = { version = "0.5.1", features = ["serde"] }
Expand Down Expand Up @@ -68,7 +68,7 @@ trillium.workspace = true
url = "2.5.0"

[dev-dependencies]
fixed = "1.25"
fixed = "1.26"
hex = { version = "0.4", features = ["serde"] } # ensure this remains compatible with the non-dev dependency
janus_core = { path = ".", features = ["test-util"] }
mockito = "1.4.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 @@ -25,7 +25,7 @@ base64.workspace = true
clap.workspace = true
derivative.workspace = true
futures = { version = "0.3.30", optional = true }
fixed = { version = "1.25", optional = true }
fixed = { version = "1.26", optional = true }
hex = { version = "0.4", optional = true }
janus_aggregator_core = { workspace = true, features = ["test-util"] }
janus_aggregator.workspace = true
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.workspace = true
derivative.workspace = true
fixed = { version = "1.25", optional = true }
fixed = { version = "1.26", optional = true }
janus_collector.workspace = true
janus_core.workspace = true
janus_messages.workspace = true
Expand Down

0 comments on commit e909910

Please sign in to comment.