Skip to content

Commit 942ac9d

Browse files
chore: update deps
Signed-off-by: Henry <mail@henrygressmann.de>
1 parent 8eb3501 commit 942ac9d

File tree

7 files changed

+85
-111
lines changed

7 files changed

+85
-111
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name="liwan"
33
version="1.2.1"
44
edition="2024"
5-
rust-version="1.92"
5+
rust-version="1.93"
66
repository="https://github.com/explodingcamera/liwan"
77
license="Apache-2.0"
88
publish=false
@@ -85,9 +85,6 @@ refinery={version="0.9", default-features=false}
8585
refinery-core={version="0.9", default-features=false}
8686
maxminddb={version="0.27", optional=true, features=["simdutf8"]}
8787

88-
[target.'cfg(not(target_env = "msvc"))'.dependencies]
89-
tikv-jemallocator="0.6"
90-
9188
[dev-dependencies]
9289
figment={version="*", features=["test"]}
9390
cookie={version="*", default-features=false}

data/licenses-cargo.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

data/licenses-npm.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/main.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,3 @@ fn setup_logger(log_level: tracing::Level) -> Result<()> {
4343
tracing::info!("Running in debug mode");
4444
Ok(())
4545
}
46-
47-
#[cfg(not(target_env = "msvc"))]
48-
use tikv_jemallocator::Jemalloc;
49-
50-
#[cfg(not(target_env = "msvc"))]
51-
#[global_allocator]
52-
static GLOBAL: Jemalloc = Jemalloc;

0 commit comments

Comments
 (0)