Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.

Commit 0c76eae

Browse files
committed
Bump SDK dependency versions
1 parent 6e8e2f5 commit 0c76eae

5 files changed

Lines changed: 29 additions & 22 deletions

File tree

Cargo.lock

Lines changed: 22 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ shadow-rs = { version = "1.4", features = [
3131
cc = "1.2"
3232

3333
[dependencies]
34-
asimov-env = "25.0.0-dev.23"
35-
asimov-module = "25.0.0-dev.23"
36-
asimov-registry = "25.0.0-dev.23"
37-
asimov-snapshot = "25.0.0-dev.23"
34+
asimov-env = "25.0.0-dev.24"
35+
asimov-module = "25.0.0-dev.24"
36+
asimov-registry = "25.0.0-dev.24"
37+
asimov-snapshot = "25.0.0-dev.24"
3838
cap-std = "3.4"
3939
clap = { version = "4.5", default-features = false }
4040
clientele = { version = "0.3.8", features = ["serde-json", "tokio"] }

src/commands/compact.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// This is free and unencumbered software released into the public domain.
22

33
use asimov_env::paths::asimov_root;
4-
use asimov_module::url::normalize_url;
4+
use asimov_module::normalization::normalize_url;
55
use asimov_registry::Registry;
66
use asimov_snapshot::{Options, Snapshotter};
77
use clientele::{StandardOptions, SysexitsError};

src/commands/log.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// This is free and unencumbered software released into the public domain.
22

33
use asimov_env::paths::asimov_root;
4-
use asimov_module::url::normalize_url;
4+
use asimov_module::normalization::normalize_url;
55
use asimov_registry::Registry;
66
use asimov_snapshot::{Options, Snapshotter};
77
use clientele::{StandardOptions, SysexitsError};

src/commands/snapshot.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// This is free and unencumbered software released into the public domain.
22

33
use asimov_env::paths::asimov_root;
4-
use asimov_module::url::normalize_url;
4+
use asimov_module::normalization::normalize_url;
55
use asimov_registry::Registry;
66
use asimov_snapshot::{Options, Snapshotter};
77
use clientele::{StandardOptions, SysexitsError};

0 commit comments

Comments
 (0)