Skip to content

Commit 904c36e

Browse files
committed
chore: updat deps
1 parent 75d165c commit 904c36e

File tree

4 files changed

+8
-101
lines changed

4 files changed

+8
-101
lines changed

Diff for: .envrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ if ! has nix_direnv_version || ! nix_direnv_version 2.2.1; then
66
fi
77

88
watch_file flake.nix
9+
watch_file tasks.nix
910
watch_file flake.lock
11+
1012
if ! use flake . --no-pure-eval
1113
then
1214
echo "devenv could not be built. The devenv environment was not loaded. Make the necessary changes to devenv.nix and hit enter to try again." >&2
1315
fi
1416

15-
watch_file tasks.nix
1617

1718
export DIRENV_WARN_TIMEOUT=2m

Diff for: Cargo.lock

-89
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+3-8
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT"
66
description = "A URL shortener"
77
repository = "https://github.com/union-labs/url-shortener"
88
keywords = ["cloudflare", "workers", "rust", "url", "shortener"]
9-
categories = ["web-programming::http-server", "web-programming::websocket"]
9+
categories = ["web-programming::http-server"]
1010

1111
[package.metadata.release]
1212
release = false
@@ -21,16 +21,11 @@ crate-type = ["cdylib"]
2121
[dependencies]
2222
url = "2.5.3"
2323
serde = { version = "1.0.215", features = ["derive"] }
24-
serde_json = "1.0.104"
24+
serde_json = "1.0.132"
2525
# needed to enable the "js" feature for compatibility with wasm,
2626
# see https://docs.rs/getrandom/#webassembly-support
27-
getrandom = { version = "0.2", features = ["js"] }
27+
getrandom = { version = "0.2.15", features = ["js"] }
2828
worker = { version = "0.4.2", features = ['http', 'axum', 'd1'] }
29-
uuid = { version = "1.11.0", features = [
30-
"v4",
31-
"fast-rng",
32-
"macro-diagnostics",
33-
] }
3429

3530
[profile.release]
3631
lto = true

Diff for: flake.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)