Skip to content

Commit

Permalink
bumped deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemand committed Oct 16, 2024
1 parent ea449d1 commit ee10cf1
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 83 deletions.
151 changes: 70 additions & 81 deletions notification-server/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 notification-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Concordium AG [email protected]"]
edition = "2021"
name = "notification-server"
version = "0.3.7"
version = "0.3.8"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down Expand Up @@ -31,7 +31,7 @@ serde_json = "1.0"
thiserror = "1.0"
tokio = { version = "1.23", features = ["rt-multi-thread", "signal"] }
tokio-postgres = "0.7"
tonic = {version = "0.10", features = ["tls", "tls-roots"]} # Use system trust roots.
tonic = {version = "0.12", features = ["tls", "tls-roots"]} # Use system trust roots.
tracing = { version = "0.1" }
tracing-subscriber = { version = "0.3" }

Expand Down

0 comments on commit ee10cf1

Please sign in to comment.