Skip to content

Commit

Permalink
chore: Bump the dev-dependencies group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group with 4 updates: [serde](https://github.com/serde-rs/serde), [serde_json](https://github.com/serde-rs/json), [tempfile](https://github.com/Stebalien/tempfile) and [bollard](https://github.com/fussybeaver/bollard).


Updates `serde` from 1.0.196 to 1.0.197
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.196...v1.0.197)

Updates `serde_json` from 1.0.113 to 1.0.114
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.113...v1.0.114)

Updates `tempfile` from 3.10.0 to 3.10.1
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.10.0...v3.10.1)

Updates `bollard` from 0.15.0 to 0.16.0
- [Release notes](https://github.com/fussybeaver/bollard/releases)
- [Commits](fussybeaver/bollard@v0.15.0...v0.16.0)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: bollard
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent 91635f3 commit 719d88b
Show file tree
Hide file tree
Showing 5 changed files with 133 additions and 38 deletions.
161 changes: 128 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ parking_lot = "0.12.1"
prost = "0.12"
prost-types = "0.12"
regex = "1.10"
serde = "1.0.196"
serde_json = "1.0.113"
serde = "1.0.197"
serde_json = "1.0.114"
tokio = { version = "1.36", features = ["macros"] }
tokio-util = "0.7"
tokio-stream = { version = "0.1", features = ["net"] }
Expand Down
2 changes: 1 addition & 1 deletion intent_brokering/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ tracing = { workspace = true }
uuid = { workspace = true }

[dev-dependencies]
tempfile = { version = "3.10.0" }
tempfile = { version = "3.10.1" }
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ tonic = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
url = { workspace = true }
serde_json = "1.0.113"
serde_json = "1.0.114"
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "MIT"

[dependencies]
bollard = "0.15"
bollard = "0.16"
intent_brokering_common = { workspace = true }
examples-common = { path = "../../common/" }
futures-util = "0.3"
Expand Down

2 comments on commit 719d88b

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ESS Benchmark

Benchmark suite Current: 719d88b Previous: 91635f3 Ratio
ess/1-subscribers/1000-events 140023 ns/iter (± 16336) 140915 ns/iter (± 16068) 0.99
ess/10-subscribers/1000-events 1223990 ns/iter (± 39670) 1224458 ns/iter (± 28533) 1.00
ess/100-subscribers/1000-events 12124584 ns/iter (± 499136) 12388225 ns/iter (± 395067) 0.98
ess/1-subscribers/10000-events 1243405 ns/iter (± 134560) 1217644 ns/iter (± 153665) 1.02
ess/10-subscribers/10000-events 11944488 ns/iter (± 189619) 12117886 ns/iter (± 781741) 0.99
ess/100-subscribers/10000-events 122192399 ns/iter (± 951067) 124567533 ns/iter (± 465228) 0.98

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Intent Brokering Benchmark

Benchmark suite Current: 719d88b Previous: 91635f3 Ratio
Definitely Lost Bytes 0 bytes 0 bytes -∞
Definitely Lost Blocks 0 blocks 0 blocks -∞
Indirectly Lost Bytes 0 bytes 0 bytes -∞
Indirectly Lost Blocks 0 blocks 0 blocks -∞
Possibly Lost Bytes 2764 bytes 2620 bytes 1.05
Possibly Lost Blocks 11 blocks 8 blocks 1.38
Invoke Throughput 3030 1/Second 3030 1/Second 1
Latency 2 Millisecond (p95=7) 2 Millisecond (p95=7) 1
CPU Usage 44 Percent (p95=45) 43 Percent (p95=48) 1.02
Memory Usage 2855 Bytes (p95=3162) 3035 Bytes (p95=3318) 0.94

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.