Skip to content

Commit 7de6b8c

Browse files
github-actionsknutwalker
github-actions
authored andcommitted
Release graph v0.3.2
This release addresses RUSTSEC-2024-0379
1 parent 4a4de1b commit 7de6b8c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

crates/algos/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "graph"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
description = "A library of high-performant graph algorithms."
55
keywords = ["graph", "algorithms", "parallel"]
66
authors.workspace = true

crates/app/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ polars.workspace = true
2323

2424
[dependencies.graph]
2525
path = "../algos"
26-
version = "^0.3.1"
26+
version = "^0.3.2"
2727
features = ["clap"]
2828

2929
[dependencies.kommandozeile]

crates/mate/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ default = []
2121
extension-module = ["pyo3/extension-module"]
2222

2323
[dependencies]
24-
graph = { path = "../algos", version = "^0.3.1" }
24+
graph = { path = "../algos", version = "^0.3.2" }
2525
log.workspace = true
2626
numpy.workspace = true
2727
pyo3-log.workspace = true

crates/server/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ async-trait.workspace = true
1919
clap.workspace = true
2020
env_logger.workspace = true
2121
futures.workspace = true
22-
graph = { path = "../algos", version = "^0.3.1", features = ["serde"] }
22+
graph = { path = "../algos", version = "^0.3.2", features = ["serde"] }
2323
itertools.workspace = true
2424
log.workspace = true
2525
parking_lot.workspace = true

0 commit comments

Comments
 (0)