Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 4, 2024
1 parent ef6ab6f commit 7e75203
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rand = { version = "0.8", default-features = false, features = ["std_rng", "smal
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "1.0"
tokio = { version = "1.34", features = ["macros", "rt-multi-thread", "net", "signal"] }
tokio = { version = "1.36", features = ["macros", "rt-multi-thread", "net", "signal"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }

Expand All @@ -32,7 +32,7 @@ warp = { version = "0.3", optional = true }
image = { version = "0.24", default-features = false, features = ["jpeg"], optional = true }
cairo-rs = { version = "0.18", optional = true }
pangocairo = { version = "0.18", optional = true }
pango = { version = "0.18", optional = true }
pango = { version = "0.19", optional = true }
sha2 = { version = "0.10", optional = true }
hex = { version = "0.4", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/rust:1.74.0 AS build
FROM docker.io/library/rust:1.75.0 AS build

WORKDIR /src

Expand Down

0 comments on commit 7e75203

Please sign in to comment.