diff --git a/Cargo.lock b/Cargo.lock index 1a6fb8e..954aae8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,13 +4,13 @@ version = 4 [[package]] name = "anyhow" -version = "1.0.71" +version = "1.0.98" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" +checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" [[package]] name = "vessel" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", ] diff --git a/crates/vessel/Cargo.toml b/crates/vessel/Cargo.toml index d590fb5..d9c4376 100644 --- a/crates/vessel/Cargo.toml +++ b/crates/vessel/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vessel" -version = "0.1.0" +version = "0.2.0" edition = "2024" description = "A context propogation struct. Carries cancellation, and other useful items transparently through an application" license = "MIT"