Skip to content

Commit

Permalink
chore: updat deps
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az committed Nov 16, 2024
1 parent 75d165c commit 904c36e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 101 deletions.
3 changes: 2 additions & 1 deletion .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ if ! has nix_direnv_version || ! nix_direnv_version 2.2.1; then
fi

watch_file flake.nix
watch_file tasks.nix
watch_file flake.lock

if ! use flake . --no-pure-eval
then
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
fi

watch_file tasks.nix

export DIRENV_WARN_TIMEOUT=2m
89 changes: 0 additions & 89 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 3 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MIT"
description = "A URL shortener"
repository = "https://github.com/union-labs/url-shortener"
keywords = ["cloudflare", "workers", "rust", "url", "shortener"]
categories = ["web-programming::http-server", "web-programming::websocket"]
categories = ["web-programming::http-server"]

[package.metadata.release]
release = false
Expand All @@ -21,16 +21,11 @@ crate-type = ["cdylib"]
[dependencies]
url = "2.5.3"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.104"
serde_json = "1.0.132"
# needed to enable the "js" feature for compatibility with wasm,
# see https://docs.rs/getrandom/#webassembly-support
getrandom = { version = "0.2", features = ["js"] }
getrandom = { version = "0.2.15", features = ["js"] }
worker = { version = "0.4.2", features = ['http', 'axum', 'd1'] }
uuid = { version = "1.11.0", features = [
"v4",
"fast-rng",
"macro-diagnostics",
] }

[profile.release]
lto = true
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 904c36e

Please sign in to comment.