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 11, 2024
1 parent ad58e6c commit deae029
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

1 comment on commit deae029

@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: deae029 Previous: ad58e6c Ratio
ess/1-subscribers/1000-events 157119 ns/iter (± 17647) 151255 ns/iter (± 17848) 1.04
ess/10-subscribers/1000-events 1289738 ns/iter (± 42398) 1253503 ns/iter (± 41803) 1.03
ess/100-subscribers/1000-events 12217279 ns/iter (± 439925) 12274048 ns/iter (± 471591) 1.00
ess/1-subscribers/10000-events 1328312 ns/iter (± 140116) 1332141 ns/iter (± 147803) 1.00
ess/10-subscribers/10000-events 11988137 ns/iter (± 183676) 12032271 ns/iter (± 200289) 1.00
ess/100-subscribers/10000-events 121996985 ns/iter (± 892427) 123832412 ns/iter (± 842894) 0.99

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

Please sign in to comment.