Skip to content

Commit

Permalink
Release version 1.0.4 (#74)
Browse files Browse the repository at this point in the history
* Bump serde from 1.0.137 to 1.0.140 (#65)

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.137 to 1.0.140.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.137...v1.0.140)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mike <[email protected]>

* Bump tokio from 1.19.2 to 1.20.1 (#64)

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.19.2 to 1.20.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.19.2...tokio-1.20.1)

---
updated-dependencies:
- dependency-name: tokio
  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>

* Bump tmq from 0.3.0 to 0.3.2 (#63)

Bumps [tmq](https://github.com/cetra3/tmq) from 0.3.0 to 0.3.2.
- [Release notes](https://github.com/cetra3/tmq/releases)
- [Commits](https://github.com/cetra3/tmq/commits)

---
updated-dependencies:
- dependency-name: tmq
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mike <[email protected]>

* Bump clap from 3.2.5 to 3.2.15 (#62)

Bumps [clap](https://github.com/clap-rs/clap) from 3.2.5 to 3.2.15.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/v3.2.15/CHANGELOG.md)
- [Commits](clap-rs/clap@v3.2.5...v3.2.15)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mike <[email protected]>

* perform PR CI workflows to any branch

* add missing var to log entry (#73)

* bump version to 1.0.4

* Bump serde_json from 1.0.81 to 1.0.82 (#61)

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.81 to 1.0.82.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.81...v1.0.82)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mike <[email protected]>

* Remove duplicate log entries

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
mikenye and dependabot[bot] authored Jul 29, 2022
1 parent 04a6689 commit 06fbd0e
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 24 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/on_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:
workflow_dispatch:
# Build and test deployment the image on pushes to main branch
pull_request:
# Only publish on push to main branch
branches:
- main
# # Only publish on push to main branch
# branches:
# - main
# Only run if the PR yaml, Dockerfile, sh, py or rs files have changed
paths:
- Dockerfile**
Expand Down
29 changes: 15 additions & 14 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "acars_router"
version = "1.0.3"
version = "1.0.4"
edition = "2021"
authors = ["Fred Clausen", "Mike Nye"]
description = "ACARS Router: A Utility to ingest ACARS/VDLM2 from many sources, process, and feed out to many consumers."
Expand All @@ -11,18 +11,18 @@ readme = "README.md"
license = "MIT"

[dependencies]
clap = { version = "3.2.5", features = ["derive", "env"] }
clap = { version = "3.2.15", features = ["derive", "env"] }
log = "0.4.17"
env_logger = "0.9.0"
chrono = "0.4.19"
tokio = { version = "1.19.2", features = ["full", "tracing"] }
tokio = { version = "1.20.1", features = ["full", "tracing"] }
tokio-util = { version = "0.7.3", features = ["full"] }
tokio-stream = "0.1.9"
serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.81"
serde = { version = "1.0.140", features = ["derive"] }
serde_json = "1.0.82"
derive-getters = "0.2.0"
zmq = "0.9.2"
tmq = "0.3.0"
tmq = "0.3.2"
futures = "0.3.21"
failure = "0.1.8"
stubborn-io = "0.3.1"
2 changes: 1 addition & 1 deletion src/data_processing/message_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pub async fn print_stats(
let stats_minutes = stats_every / 60;
loop {
sleep(Duration::from_secs(stats_every)).await;
info!("{queue_type} in the last {stats_minutes} minute(s):");

info!(
"Total {} messages processed: {}",
&queue_type,
Expand Down

0 comments on commit 06fbd0e

Please sign in to comment.